public class OkHttpAetherClient extends Object implements AetherClient
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttpAetherClient.AetherAuthenticator |
| Constructor and Description |
|---|
OkHttpAetherClient(AetherClientConfig config) |
public OkHttpAetherClient(AetherClientConfig config)
public Response head(String uri) throws IOException
head in interface AetherClientIOExceptionpublic Response get(String uri) throws IOException
get in interface AetherClientIOExceptionpublic Response get(String uri, Map<String,String> requestHeaders) throws IOException
get in interface AetherClientIOExceptionpublic Response put(String uri) throws IOException
put in interface AetherClientIOExceptionpublic void setSSLSocketFactory(SSLSocketFactory sslSocketFactory)
setSSLSocketFactory in interface AetherClientpublic void close()
close in interface AetherClientCopyright © 2013. All Rights Reserved.