org.apache.http.io
Interface SessionInputBuffer
- All Known Implementing Classes:
- AbstractSessionInputBuffer, SocketInputBuffer
public interface SessionInputBuffer
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()
Please submit a feedback, bug or feature