public interface IHttpStreamResponse extends Closeable
| Modifier and Type | Method and Description |
|---|---|
List<HttpHeader> |
getHeaders() |
InputStream |
getInputStream() |
String |
getReasonPhrase() |
int |
getStatusCode() |
int getStatusCode()
@Nonnull List<HttpHeader> getHeaders()
@Nonnull InputStream getInputStream() throws IOException
IOExceptionCopyright © 2023. All rights reserved.