Android
org.apache.http.io
public interface

org.apache.http.io.SessionInputBuffer

org.apache.http.io.SessionInputBuffer

Session input buffer for blocking connections.

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
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56