|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseBodyReader | |
---|---|
gnu.inet.http | This package contains an HTTP/1.1 client, as described in RFC 2616. |
Uses of ResponseBodyReader in gnu.inet.http |
---|
Classes in gnu.inet.http that implement ResponseBodyReader | |
---|---|
class |
ByteArrayResponseBodyReader
Simple response body reader that stores content in a byte array. |
Fields in gnu.inet.http declared as ResponseBodyReader | |
---|---|
protected ResponseBodyReader |
Request.responseBodyReader
The response body reader. |
Methods in gnu.inet.http with parameters of type ResponseBodyReader | |
---|---|
void |
Request.setResponseBodyReader(ResponseBodyReader responseBodyReader)
Sets the response body reader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |