public class

LoggingSessionOutputBuffer

extends Object
implements SessionOutputBuffer
java.lang.Object
   ↳ org.apache.http.impl.conn.LoggingSessionOutputBuffer

Class Overview

Logs all data written to the wire LOG.

Summary

Public Constructors
LoggingSessionOutputBuffer(SessionOutputBuffer out, Wire wire)
Create an instance that wraps the specified session output buffer.
Public Methods
void flush()
HttpTransportMetrics getMetrics()
void write(byte[] b)
void write(int b)
void write(byte[] b, int off, int len)
void writeLine(CharArrayBuffer buffer)
void writeLine(String s)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.io.SessionOutputBuffer

Public Constructors

public LoggingSessionOutputBuffer (SessionOutputBuffer out, Wire wire)

Create an instance that wraps the specified session output buffer.

Parameters
out The session output buffer.
wire The Wire log to use.

Public Methods

public void flush ()

Throws
IOException

public HttpTransportMetrics getMetrics ()

public void write (byte[] b)

Throws
IOException

public void write (int b)

Throws
IOException

public void write (byte[] b, int off, int len)

Throws
IOException

public void writeLine (CharArrayBuffer buffer)

Throws
IOException

public void writeLine (String s)

Throws
IOException