Uses of Class
org.apache.http.impl.conn.Wire
Packages that use Wire
Package
Description
Default implementations of client connection management
functions.
-
Uses of Wire in org.apache.http.impl.conn
Fields in org.apache.http.impl.conn declared as WireModifier and TypeFieldDescriptionprivate final Wire
LoggingInputStream.wire
private final Wire
LoggingManagedHttpClientConnection.wire
private final Wire
LoggingOutputStream.wire
private final Wire
LoggingSessionInputBuffer.wire
Deprecated.The wire log to use for writing.private final Wire
LoggingSessionOutputBuffer.wire
Deprecated.The wire log to use.Constructors in org.apache.http.impl.conn with parameters of type WireModifierConstructorDescriptionLoggingInputStream
(InputStream in, Wire wire) LoggingOutputStream
(OutputStream out, Wire wire) LoggingSessionInputBuffer
(org.apache.http.io.SessionInputBuffer in, Wire wire) Deprecated.LoggingSessionInputBuffer
(org.apache.http.io.SessionInputBuffer in, Wire wire, 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, String charset) Deprecated.Create an instance that wraps the specified session output buffer.