Searched refs:isStreaming (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DPlainServerSocketImpl.java37 protected void create(boolean isStreaming) throws IOException { argument
38 super.create(isStreaming);
39 if (isStreaming) {
H A DSocketImpl.java124 * Creates a new unconnected socket. The argument {@code isStreaming}
127 * @param isStreaming
133 protected abstract void create(boolean isStreaming) throws IOException; argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java105 protected void create(boolean isStreaming) throws IOException { argument

Completed in 586 milliseconds