Uses of Class
java.net.SocketImpl
Packages that useSocketImpl
Uses ofSocketImpl injava.net
Methods injava.net that returnSocketImplModifier and TypeMethodDescriptionSocketImplFactory.createSocketImpl()Creates a newSocketImplinstance.Methods injava.net with parameters of typeSocketImplModifier and TypeMethodDescriptionprotected abstract voidSocketImpl.accept(SocketImpl s) Accepts a connection.Constructors injava.net with parameters of typeSocketImplModifierConstructorDescriptionprotectedServerSocket(SocketImpl impl) Creates a server socket with a user-specifiedSocketImpl.protectedSocket(SocketImpl impl) Creates an unconnected Socket with a user-specified SocketImpl.