Uses of Interface org.apache.commons.net.SocketFactory

Uses in package org.apache.commons.net

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.

Fields of type org.apache.commons.net.SocketFactory

SocketFactory
The socket's SocketFactory.

Methods with parameter type org.apache.commons.net.SocketFactory

void
Sets the SocketFactory used by the SocketClient to open socket connections.