|
|||||||||
| Home >> All >> org >> apache >> http >> [ io overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.http.io.HttpDataReceiver
| Uses of HttpDataReceiver in org.apache.http.io |
| Fields in org.apache.http.io declared as HttpDataReceiver | |
private HttpDataReceiver |
ChunkedInputStream.in
The data receiver that we're wrapping |
private HttpDataReceiver |
ContentLengthInputStream.in
Wrapped input stream that all calls are delegated to. |
private HttpDataReceiver |
HttpDataInputStream.datareceiver
|
| Methods in org.apache.http.io that return HttpDataReceiver | |
HttpDataReceiver |
HttpDataReceiverFactory.create(java.net.Socket socket)
|
| Constructors in org.apache.http.io with parameters of type HttpDataReceiver | |
ChunkedInputStream(HttpDataReceiver in)
|
|
ContentLengthInputStream(HttpDataReceiver in,
long contentLength)
Creates a new length limited stream |
|
HttpDataInputStream(HttpDataReceiver datareceiver)
|
|
|
|||||||||
| Home >> All >> org >> apache >> http >> [ io overview ] | PREV NEXT | ||||||||