public interface ResponseBodyReadableContext
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Tells the length of the content, if known.
|
org.apache.http.entity.ContentType |
getContentType() |
default int |
getStatusCode() |
org.apache.http.StatusLine |
getStatusLine() |
Type |
getType() |
org.apache.http.entity.ContentType getContentType()
long getContentLength()
Long.MAX_VALUE
,
a negative number is returned.Type getType()
org.apache.http.StatusLine getStatusLine()
default int getStatusCode()
Copyright © 2020. All rights reserved.