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

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.
 



Copyright © 1997-2010 The Apache Software Foundation. All Rights Reserved.