Frames | No Frames |
Classes derived from java.net.SocketImpl | |
class |
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
|
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.
|