Build m5-rc15

org.apache.http.io
Interface SessionInputBuffer

All Known Implementing Classes:
AbstractSessionInputBuffer, SocketInputBuffer

public interface SessionInputBuffer


Method Summary
 HttpTransportMetrics getMetrics()
           
 boolean isDataAvailable(int i)
           
 int read()
           
 int read(byte[] abyte0)
           
 int read(byte[] abyte0, int i, int j)
           
 String readLine()
           
 int readLine(CharArrayBuffer chararraybuffer)
           
 

Method Detail

read

int read(byte[] abyte0,
         int i,
         int j)
         throws IOException
Throws:
IOException

read

int read(byte[] abyte0)
         throws IOException
Throws:
IOException

read

int read()
         throws IOException
Throws:
IOException

readLine

int readLine(CharArrayBuffer chararraybuffer)
             throws IOException
Throws:
IOException

readLine

String readLine()
                throws IOException
Throws:
IOException

isDataAvailable

boolean isDataAvailable(int i)
                        throws IOException
Throws:
IOException

getMetrics

HttpTransportMetrics getMetrics()

Build m5-rc15

Please submit a feedback, bug or feature