public interface ResponseBodyReaderContext<T> extends ResponseBodyReadableContext
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
org.apache.hc.core5.http.HttpEntity |
getHttpEntity() |
Class<T> |
getType() |
getContentLength, getContentType, getGenericType, getStatusCode, hasEntity, isNonSuccess, isSuccess
InputStream getContent() throws IOException
IOException
- if the stream could not be created.Class<T> getType()
getType
in interface ResponseBodyReadableContext
org.apache.hc.core5.http.HttpEntity getHttpEntity()
HttpEntity
Copyright © 2023. All rights reserved.