English | Site Directory

Android - An Open Handset Alliance Project

org.apache.http.io
public interface

org.apache.http.io.SessionInputBuffer

org.apache.http.io.SessionInputBuffer

Session input buffer for blocking connections.

Known Indirect Subclasses

Summary

Public Methods

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

Details

Public Methods

public HttpTransportMetrics getMetrics()

public boolean isDataAvailable(int timeout)

Throws

IOException

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

Throws

IOException

public int read(byte[] b)

Throws

IOException

public int read()

Throws

IOException

public String readLine()

Throws

IOException

public int readLine(CharArrayBuffer buffer)

Throws

IOException
Build m5-rc15i - 10 Jun 2008 13:54