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

/openjdk7/jdk/src/solaris/classes/java/net/
H A DPlainSocketImpl.java62 native void socketListen(int count) throws IOException; method in class:PlainSocketImpl
/openjdk7/jdk/src/windows/classes/java/net/
H A DTwoStacksPlainSocketImpl.java227 native void socketListen(int count) throws IOException; method in class:TwoStacksPlainSocketImpl
H A DPlainSocketImpl.java310 void socketListen(int count) throws IOException { method in class:PlainSocketImpl
311 impl.socketListen(count);
H A DDualStackPlainSocketImpl.java116 void socketListen(int backlog) throws IOException { method in class:DualStackPlainSocketImpl
/openjdk7/jdk/src/share/classes/java/net/
H A DAbstractPlainSocketImpl.java388 socketListen(count);
696 abstract void socketListen(int count) method in class:AbstractPlainSocketImpl

Completed in 52 milliseconds