Package org.jclouds.gogrid.binders
Class BindRealIpPortPairsToQueryParams
- java.lang.Object
-
- org.jclouds.gogrid.binders.BindRealIpPortPairsToQueryParams
-
- All Implemented Interfaces:
Binder
public class BindRealIpPortPairsToQueryParams extends Object implements Binder
Binds a list of real IPs to the request. Thepairs
must have aIpPortPair.ip
set with a valid IP address.
-
-
Constructor Summary
Constructors Constructor Description BindRealIpPortPairsToQueryParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequest
in interfaceBinder
-
-