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 newSocketImplinstance.Methods in java.net with parameters of type SocketImplModifier and TypeMethodDescriptionprotected abstract voidSocketImpl.accept(SocketImpl s)Accepts a connection.Constructors in java.net with parameters of type SocketImplModifierConstructorDescriptionprotectedServerSocket(SocketImpl impl)Creates a server socket with a user-specifiedSocketImpl.protectedSocket(SocketImpl impl)Creates an unconnected Socket with a user-specified SocketImpl.