|
|||||||||
| Home >> All >> org >> apache >> http >> [ io overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.http.io
| Interface Summary | |
| HttpDataReceiver | Interface for receiving data. |
| HttpDataReceiverFactory | Factory for HttpDataReceiver objects. |
| HttpDataTransmitter | Interface for sending data. |
| HttpDataTransmitterFactory | Factory for HttpDataTransmitter objects. |
| SecureSocketFactory | A SocketFactory for secure sockets (SSL/TLS). |
| SocketFactory | A factory for creating Sockets. |
| Class Summary | |
| ByteArrayBuffer | A resizable byte array. |
| CharArrayBuffer | A resizable char array. |
| ChunkedInputStream | This class implements chunked transfer coding as described in the Section 3.6.1 of RFC 2616. |
| ChunkedOutputStream | This class implements chunked transfer coding as described in the Section 3.6.1 of RFC 2616. |
| ContentLengthInputStream | This class cuts the wrapped InputStream off after a specified number of bytes. |
| ContentLengthOutputStream | A stream wrapper that closes itself after a defined number of bytes. |
| HttpDataInputStream | A stream for reading from a HttpDataReceiver. |
| HttpDataOutputStream | A stream for writing to a HttpDataTransmitter. |
| IdentityOutputStream | A stream for writing with an "identity" transport encoding. |
| TestAllIO | |
| TestByteArrayBuffer | Unit tests for ByteArrayBuffer. |
| TestCharArrayBuffer | Unit tests for CharArrayBuffer. |
| TestChunkCoding | |
| TestContentLengthInputStream | |
| TestContentLengthOutputStream | |
| TestHttpDataInputStream | Simple tests for HttpDataInputStream. |
| TestHttpDataOutputStream | Simple tests for HttpDataOutputStream. |
| TestIdentityOutputStream | |
| Exception Summary | |
| MalformedChunkCodingException | Signals a malformed chunked stream. |
|
|||||||||
| Home >> All >> org >> apache >> http >> [ io overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||