Uses of Class
java.net.SocketImpl
| Package | Description | 
|---|---|
| java.net | Provides the classes for implementing networking applications. | 
- 
Uses of SocketImpl in java.netMethods in java.net that return SocketImpl Modifier and Type Method Description SocketImplSocketImplFactory. createSocketImpl()Creates a newSocketImplinstance.Methods in java.net with parameters of type SocketImpl Modifier and Type Method Description protected abstract voidSocketImpl. accept(SocketImpl s)Accepts a connection.Constructors in java.net with parameters of type SocketImpl Constructor Description ServerSocket(SocketImpl impl)Creates a server socket with a user-specifiedSocketImpl.Socket(SocketImpl impl)Creates an unconnected Socket with a user-specified SocketImpl.