Frames | No Frames |
Classes implementing org.apache.commons.net.SocketFactory | |
class |
DefaultSocketFactory implements the SocketFactory interface by
simply wrapping the java.net.Socket and java.net.ServerSocket
constructors. |
Methods with parameter type org.apache.commons.net.SocketFactory | |
void | Sets the SocketFactory used by the SocketClient to open socket
connections. |
Fields of type org.apache.commons.net.SocketFactory | |
SocketFactory | The default SocketFactory shared by all SocketClient instances. |
SocketFactory | The socket's SocketFactory. |