Searched refs:isDataAvailable (Results 1 - 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/io/
H A DSessionInputBuffer.java59 boolean isDataAvailable(int timeout) throws IOException; method in interface:SessionInputBuffer
/external/apache-http/src/org/apache/http/impl/io/
H A DIdentityInputStream.java63 if (!this.closed && this.in.isDataAvailable(10)) {
H A DSocketInputBuffer.java74 public boolean isDataAvailable(int timeout) throws IOException { method in class:SocketInputBuffer
96 * to rely on isDataAvailable() returning normally; that approach cannot
/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionInputBuffer.java67 public boolean isDataAvailable(int timeout) throws IOException { method in class:LoggingSessionInputBuffer
68 return this.in.isDataAvailable(timeout);
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java140 return this.inbuffer.isDataAvailable(timeout);
208 this.inbuffer.isDataAvailable(1);
H A DAbstractHttpServerConnection.java191 this.inbuffer.isDataAvailable(1);

Completed in 2096 milliseconds