Searched defs:socketListen (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/src/java.base/unix/classes/java/net/
H A DPlainSocketImpl.java134 native void socketListen(int count) throws IOException; method in class:PlainSocketImpl
/openjdk9/jdk/src/java.base/windows/classes/java/net/
H A DDualStackPlainSocketImpl.java116 void socketListen(int backlog) throws IOException { method in class:DualStackPlainSocketImpl
H A DTwoStacksPlainSocketImpl.java234 native void socketListen(int count) throws IOException; method in class:TwoStacksPlainSocketImpl
H A DPlainSocketImpl.java297 void socketListen(int count) throws IOException { method in class:PlainSocketImpl
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DAbstractPlainSocketImpl.java759 abstract void socketListen(int count) method in class:AbstractPlainSocketImpl

Completed in 43 milliseconds