|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Response.Body
Method Summary | |
---|---|
java.io.InputStream |
asInputStream()
It is the responsibility of the caller to close the stream. |
java.io.Reader |
asReader()
It is the responsibility of the caller to close the stream. |
boolean |
isRepeatable()
True if asInputStream() and asReader() can be called more than once. |
java.lang.Integer |
length()
length in bytes, if known. |
Methods inherited from interface java.io.Closeable |
---|
close |
Method Detail |
---|
java.lang.Integer length()
boolean isRepeatable()
asInputStream()
and asReader()
can be called more than once.
java.io.InputStream asInputStream() throws java.io.IOException
java.io.IOException
java.io.Reader asReader() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |