public interface AetherClient
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
IOExceptionCopyright © 2021. All rights reserved.