Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

SessionInputBuffer

org.apache.http.io.SessionInputBuffer
Known Indirect Subclasses

Class Overview

Session input buffer for blocking connections.

Summary

Public Methods
abstract HttpTransportMetrics getMetrics ()
abstract boolean isDataAvailable (int timeout)
abstract int read (byte[] b)
abstract int read ()
abstract int read (byte[] b, int off, int len)
abstract int readLine ( CharArrayBuffer buffer)
abstract String readLine ()

Public Methods

public abstract HttpTransportMetrics getMetrics ()

Added in API level 1

public abstract boolean isDataAvailable (int timeout)

Added in API level 1

public abstract int read (byte[] b)

Added in API level 1

public abstract int read ()

Added in API level 1

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

Added in API level 1

public abstract int readLine ( CharArrayBuffer buffer)

Added in API level 1

public abstract String readLine ()

Added in API level 1