Uses of Class
java.net.SocketImpl
Packages that use SocketImpl
-
Uses of SocketImpl in java.net
Methods in java.net that return SocketImplModifier and TypeMethodDescriptionSocketImplFactory.createSocketImpl()
Creates a newSocketImpl
instance.Methods in java.net with parameters of type SocketImplModifier and TypeMethodDescriptionprotected abstract void
SocketImpl.accept
(SocketImpl s) Accepts a connection.Constructors in java.net with parameters of type SocketImplModifierConstructorDescriptionprotected
ServerSocket
(SocketImpl impl) Creates a server socket with a user-specifiedSocketImpl
.protected
Socket
(SocketImpl impl) Creates an unconnected Socket with a user-specified SocketImpl.