org.apache.http.impl.io
Class SocketInputBuffer
java.lang.Object
org.apache.http.impl.io.AbstractSessionInputBuffer
org.apache.http.impl.io.SocketInputBuffer
- All Implemented Interfaces:
- SessionInputBuffer
public class SocketInputBuffer
- extends AbstractSessionInputBuffer
Socket bound session input buffer.
- Since:
- 4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocketInputBuffer
public SocketInputBuffer(Socket socket,
int buffersize,
HttpParams params)
throws IOException
- Throws:
IOException
isDataAvailable
public boolean isDataAvailable(int timeout)
throws IOException
- Throws:
IOException
Please submit a feedback, bug or feature