Home
last modified time | relevance | path

Searched refs:allowBlocking (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/http/
DChunkedInputStream.java588 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() argument
608 if (allowBlocking) { in readAhead()