Package org.jclouds.gogrid.binders
Class BindRealIpPortPairsToQueryParams
java.lang.Object
org.jclouds.gogrid.binders.BindRealIpPortPairsToQueryParams
- All Implemented Interfaces:
 Binder
Binds a list of real IPs to the request.
 
 The 
pairs must have a IpPortPair.ip set with a valid IP address.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input)  
- 
Constructor Details
- 
BindRealIpPortPairsToQueryParams
public BindRealIpPortPairsToQueryParams() 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -