|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SocketFactory | |
| org.apache.commons.net | |
| Uses of SocketFactory in org.apache.commons.net |
| Classes in org.apache.commons.net that implement SocketFactory | |
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 | |
protected SocketFactory |
SocketClient._socketFactory_
The socket's SocketFactory. |
| Methods in org.apache.commons.net with parameters of type SocketFactory | |
void |
SocketClient.setSocketFactory(SocketFactory factory)
Sets the SocketFactory used by the SocketClient to open socket connections. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||