Uses of Class java.net.SocketImpl

Uses in package gnu.java.nio

Classes derived from java.net.SocketImpl

class

Uses in package java.net

Constructors with parameter type java.net.SocketImpl

Initializes a new instance of Socket object without connecting to a remote host.

Methods with parameter type java.net.SocketImpl

void
Accepts a connection on this socket.

Methods with return type java.net.SocketImpl

SocketImpl
This method returns an instance of the SocketImpl object

Uses in package gnu.java.net

Classes derived from java.net.SocketImpl

class
Unless the application installs its own SocketImplFactory, this is the default socket implemetation that will be used.

Methods with parameter type java.net.SocketImpl

void
Accepts a new connection on this socket and returns in in the passed in SocketImpl.