java.lang.Object | |
↳ | org.apache.http.impl.conn.LoggingSessionOutputBuffer |
Logs all data written to the wire LOG.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Create an instance that wraps the specified session output buffer.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface
org.apache.http.io.SessionOutputBuffer
|
Create an instance that wraps the specified session output buffer.
out | The session output buffer. |
---|---|
wire | The Wire log to use. |