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