to top
Android APIs
public class

LoggingSessionInputBuffer

extends Object
implements SessionInputBuffer
java.lang.Object
   ↳ org.apache.http.impl.conn.LoggingSessionInputBuffer

Class Overview

Logs all data read to the wire LOG.

Summary

Public Constructors
LoggingSessionInputBuffer(SessionInputBuffer in, Wire wire)
Create an instance that wraps the specified session input buffer.
Public Methods
HttpTransportMetrics getMetrics()
boolean isDataAvailable(int timeout)
int read(byte[] b)
int read()
int read(byte[] b, int off, int len)
int readLine(CharArrayBuffer buffer)
String readLine()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.io.SessionInputBuffer

Public Constructors

public LoggingSessionInputBuffer (SessionInputBuffer in, Wire wire)

Since: API Level 1

Create an instance that wraps the specified session input buffer.

Parameters
in The session input buffer.
wire The wire log to use.

Public Methods

public HttpTransportMetrics getMetrics ()

Since: API Level 1

public boolean isDataAvailable (int timeout)

Since: API Level 1

Throws
IOException

public int read (byte[] b)

Since: API Level 1

Throws
IOException

public int read ()

Since: API Level 1

Throws
IOException

public int read (byte[] b, int off, int len)

Since: API Level 1

Throws
IOException

public int readLine (CharArrayBuffer buffer)

Since: API Level 1

Throws
IOException

public String readLine ()

Since: API Level 1

Throws
IOException