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
IOException
Response get(String uri) throws IOException
IOException
Response get(String uri, Map<String,String> requestHeaders) throws IOException
IOException
Response put(String uri, RetryableSource source) throws IOException
IOException
void close() throws IOException
IOException
void setSSLSocketFactory(SSLSocketFactory sslSocketFactory)
Copyright © 2014. All rights reserved.