public interface AetherClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Response |
get(java.lang.String uri) |
Response |
get(java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> requestHeaders) |
Response |
head(java.lang.String uri) |
Response |
put(java.lang.String uri,
RetryableSource source) |
Response head(java.lang.String uri) throws java.io.IOException
java.io.IOExceptionResponse get(java.lang.String uri) throws java.io.IOException
java.io.IOExceptionResponse get(java.lang.String uri, java.util.Map<java.lang.String,java.lang.String> requestHeaders) throws java.io.IOException
java.io.IOExceptionResponse put(java.lang.String uri, RetryableSource source) throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException