@Beta
public interface Response
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesRead() |
default String |
getHeader(String name) |
com.google.common.collect.ListMultimap<HeaderName,String> |
getHeaders() |
default List<String> |
getHeaders(String name) |
InputStream |
getInputStream() |
int |
getStatusCode() |
int getStatusCode()
com.google.common.collect.ListMultimap<HeaderName,String> getHeaders()
long getBytesRead()
InputStream getInputStream() throws IOException
IOExceptionCopyright © 2010–2020 Airlift. All rights reserved.