|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.io.AbstractHttpDataReceiver
org.apache.http.impl.io.SocketHttpDataReceiver
A data receiver using a Java Socket
and traditional IO.
Constructor Summary | |
SocketHttpDataReceiver(java.net.Socket socket,
int buffersize)
|
Method Summary | |
boolean |
isDataAvailable(int timeout)
|
Methods inherited from class org.apache.http.impl.io.AbstractHttpDataReceiver |
fillBuffer, hasBufferedData, init, read, read, read, readLine, readLine, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SocketHttpDataReceiver(java.net.Socket socket, int buffersize) throws java.io.IOException
Method Detail |
public boolean isDataAvailable(int timeout) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |