|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMessageBody
Body of a HTTP request/response message.
Method Summary | |
---|---|
int |
getContentLength()
Returns content length of this message body. |
InputStream |
getMessageBodyInputStream()
Returns an input stream for this message body. |
InputStream |
getMessageBodyTimeoutInputStream()
Returns an input stream for this message body whose read methods keep retrying to read even when SocketTimeoutExceptions are thrown. |
boolean |
isChunkedEncoding()
Returns whether the encoding of this message body is chunked encoding. |
Method Detail |
---|
int getContentLength()
boolean isChunkedEncoding()
InputStream getMessageBodyTimeoutInputStream()
InputStream getMessageBodyInputStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |