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