public class OkHttpAetherClient extends Object implements AetherClient
| 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, RetryableSource source) throws IOException
put in interface AetherClientIOExceptionpublic void close()
close in interface AetherClientCopyright © 2021. All rights reserved.