Package | Description |
---|---|
org.apache.commons.net |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultSocketFactory |
DefaultSocketFactory implements the SocketFactory interface by
simply wrapping the java.net.Socket and java.net.ServerSocket
constructors.
|
Modifier and Type | Field | Description |
---|---|---|
protected SocketFactory |
SocketClient._socketFactory_ |
The socket's SocketFactory.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SocketClient.setSocketFactory(SocketFactory factory) |
Sets the SocketFactory used by the SocketClient to open socket
connections.
|