Uses of Interface
org.apache.commons.net.SocketFactory
-
Packages that use SocketFactory Package Description org.apache.commons.net -
-
Uses of SocketFactory in org.apache.commons.net
Classes in org.apache.commons.net that implement SocketFactory Modifier and Type Class Description class
DefaultSocketFactory
DefaultSocketFactory implements the SocketFactory interface by simply wrapping the java.net.Socket and java.net.ServerSocket constructors.Fields in org.apache.commons.net declared as SocketFactory Modifier and Type Field Description protected SocketFactory
SocketClient. _socketFactory_
The socket's SocketFactory.Methods in org.apache.commons.net with parameters of type SocketFactory Modifier and Type Method Description void
SocketClient. setSocketFactory(SocketFactory factory)
Sets the SocketFactory used by the SocketClient to open socket connections.
-