Package | Description |
---|---|
org.apache.http.impl.conn |
Default implementations for interfaces in
org.apache.http.impl.conn and related classes. |
Constructor and Description |
---|
LoggingInputStream(InputStream in,
Wire wire) |
LoggingOutputStream(OutputStream out,
Wire wire) |
LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire)
Deprecated.
|
LoggingSessionInputBuffer(SessionInputBuffer in,
Wire wire,
String charset)
Deprecated.
Create an instance that wraps the specified session input buffer.
|
LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire) |
LoggingSessionOutputBuffer(SessionOutputBuffer out,
Wire wire,
String charset)
Create an instance that wraps the specified session output buffer.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.