public class BooterConfig
extends java.lang.Object
implements java.io.Serializable, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId
| Modifier and Type | Class and Description |
|---|---|
static class |
BooterConfig.Builder |
static class |
BooterConfig.Protocol |
| Constructor and Description |
|---|
BooterConfig() |
| Modifier and Type | Method and Description |
|---|---|
static BooterConfig.Builder |
builder() |
static BooterConfig.Builder |
builder(BooterConfig config) |
boolean |
equals(java.lang.Object o) |
int |
getConnectionPoolSize() |
java.lang.String |
getContext() |
java.lang.String |
getHost() |
java.util.List<org.apache.http.HttpRequestInterceptor> |
getHttpRequestInterceptors() |
java.lang.String |
getKey() |
java.lang.String |
getPassword() |
int |
getPort() |
BooterConfig.Protocol |
getProtocol() |
java.lang.String |
getProxyHost() |
int |
getProxyPort() |
int |
getSocketTimeout() |
java.lang.String |
getUrl() |
java.lang.String |
getUsername() |
int |
hashCode() |
boolean |
isProxied() |
boolean |
isSecure() |
public static BooterConfig.Builder builder()
public static BooterConfig.Builder builder(BooterConfig config)
public java.lang.String getHost()
public int getPort()
public java.lang.String getProxyHost()
public int getProxyPort()
public BooterConfig.Protocol getProtocol()
public java.lang.String getUsername()
public java.lang.String getPassword()
public int getConnectionPoolSize()
public int getSocketTimeout()
public java.util.List<org.apache.http.HttpRequestInterceptor> getHttpRequestInterceptors()
public java.lang.String getContext()
public java.lang.String getUrl()
public java.lang.String getKey()
public boolean isSecure()
public boolean isProxied()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object