public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.InputStream |
getContent() |
java.util.Map<java.lang.String,java.lang.String> |
getHeaders() |
HttpMethodName |
getMethod() |
java.net.URI |
getUri() |
HttpMethodName getMethod()
java.net.URI getUri()
java.util.Map<java.lang.String,java.lang.String> getHeaders()
java.io.InputStream getContent()
void close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.