to top
Android APIs
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, int off, int len)
void write(byte[] b)
void write(int b)
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)

Since: API Level 1

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 ()

Since: API Level 1

Throws
IOException

public HttpTransportMetrics getMetrics ()

Since: API Level 1

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

Since: API Level 1

Throws
IOException

public void write (byte[] b)

Since: API Level 1

Throws
IOException

public void write (int b)

Since: API Level 1

Throws
IOException

public void writeLine (CharArrayBuffer buffer)

Since: API Level 1

Throws
IOException

public void writeLine (String s)

Since: API Level 1

Throws
IOException