Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
Constructor and Description |
---|
LoggingInputStream(java.io.InputStream in,
Wire wire) |
LoggingOutputStream(java.io.OutputStream out,
Wire wire) |
LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire)
Deprecated.
|
LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire,
java.lang.String charset)
Deprecated.
Create an instance that wraps the specified session input buffer.
|
LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire)
Deprecated.
|
LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire,
java.lang.String charset)
Deprecated.
Create an instance that wraps the specified session output buffer.
|