Uses of Class
java.net.SocketImpl
| Package | Description |
|---|---|
| java.net |
-
Uses of SocketImpl in java.net
Subclasses of SocketImpl in java.net Modifier and Type Class Description classPlainServerSocketImplclassPlainSocketImplMethods in java.net that return SocketImpl Modifier and Type Method Description SocketImplSocketImplFactory. createSocketImpl()Creates a newSocketImplinstance.SocketImplServerSocket. getImpl$()Methods in java.net with parameters of type SocketImpl Modifier and Type Method Description protected voidPlainSocketImpl. accept(SocketImpl newImpl)protected abstract voidSocketImpl. accept(SocketImpl newSocket)Waits for an incoming request and blocks until the connection is opened on the given socket.Constructors in java.net with parameters of type SocketImpl Constructor Description Socket(SocketImpl impl)Creates an unconnected socket with the given socket implementation.