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)

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

Added in API level 1

public boolean isDataAvailable (int timeout)

Added in API level 1

Throws
IOException

public int read (byte[] b)

Added in API level 1

Throws
IOException

public int read ()

Added in API level 1

Throws
IOException

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

Added in API level 1

Throws
IOException

public int readLine (CharArrayBuffer buffer)

Added in API level 1

Throws
IOException

public String readLine ()

Added in API level 1

Throws
IOException