public interface AetherClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Response |
get(String uri) |
Response |
get(String uri,
Map<String,String> requestHeaders) |
Response |
head(String uri) |
Response |
put(String uri,
RetryableSource source) |
void |
setSSLSocketFactory(SSLSocketFactory sslSocketFactory) |
Response head(String uri) throws IOException
IOExceptionResponse get(String uri) throws IOException
IOExceptionResponse get(String uri, Map<String,String> requestHeaders) throws IOException
IOExceptionResponse put(String uri, RetryableSource source) throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid setSSLSocketFactory(SSLSocketFactory sslSocketFactory)
Copyright © 2017. All Rights Reserved.