@Singleton public class BindAsHostPrefixIfConfigured extends Object implements org.jclouds.rest.Binder
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.rest.binders.BindAsHostPrefix |
bindAsHostPrefix |
protected boolean |
isVhostStyle |
protected String |
servicePath |
| Constructor and Description |
|---|
BindAsHostPrefixIfConfigured(org.jclouds.rest.binders.BindAsHostPrefix bindAsHostPrefix,
boolean isVhostStyle,
String servicePath) |
protected final org.jclouds.rest.binders.BindAsHostPrefix bindAsHostPrefix
protected final boolean isVhostStyle
protected final String servicePath
@Inject
public BindAsHostPrefixIfConfigured(org.jclouds.rest.binders.BindAsHostPrefix bindAsHostPrefix,
@Named(value="jclouds.s3.virtual-host-buckets")
boolean isVhostStyle,
@Named(value="jclouds.s3.service-path")
String servicePath)
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object payload)
bindToRequest in interface org.jclouds.rest.BinderCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.