public class AetherClientConfig extends Object
Constructor and Description |
---|
AetherClientConfig() |
Modifier and Type | Method and Description |
---|---|
AetherClientAuthentication |
getAuthentication() |
int |
getConnectionTimeout() |
Map<String,String> |
getHeaders() |
AetherClientProxy |
getProxy() |
int |
getRequestTimeout() |
SSLSocketFactory |
getSslSocketFactory() |
String |
getUserAgent() |
void |
setAuthentication(AetherClientAuthentication authentication) |
void |
setConnectionTimeout(int connectionTimeout) |
void |
setHeaders(Map<String,String> headers) |
void |
setProxy(AetherClientProxy proxy) |
void |
setRequestTimeout(int requestTimeout) |
void |
setSslSocketFactory(SSLSocketFactory sslSocketFactory) |
void |
setUserAgent(String userAgent) |
public String getUserAgent()
public void setUserAgent(String userAgent)
public int getConnectionTimeout()
public void setConnectionTimeout(int connectionTimeout)
public int getRequestTimeout()
public void setRequestTimeout(int requestTimeout)
public AetherClientProxy getProxy()
public void setProxy(AetherClientProxy proxy)
public AetherClientAuthentication getAuthentication()
public void setAuthentication(AetherClientAuthentication authentication)
public SSLSocketFactory getSslSocketFactory()
public void setSslSocketFactory(SSLSocketFactory sslSocketFactory)
Copyright © 2015. All rights reserved.