-
Packages that use SocketImpl
Package |
Description |
java.net |
Provides the classes for implementing networking applications.
|
-
-
Methods in java.net with parameters of type SocketImpl
Modifier and Type |
Method |
Description |
protected abstract void |
SocketImpl.accept(SocketImpl s) |
Accepts a connection.
|
Constructors in java.net with parameters of type SocketImpl
Constructor |
Description |
Socket(SocketImpl impl) |
Creates an unconnected Socket with a user-specified
SocketImpl.
|