Uses of Interface
org.apache.ftpserver.ConnectionConfig

Packages that use ConnectionConfig
org.apache.ftpserver   
org.apache.ftpserver.interfaces   
 

Uses of ConnectionConfig in org.apache.ftpserver
 

Classes in org.apache.ftpserver that implement ConnectionConfig
 class DefaultConnectionConfig
           
 

Methods in org.apache.ftpserver that return ConnectionConfig
 ConnectionConfig DefaultFtpServerContext.getConnectionConfig()
           
 ConnectionConfig FtpServer.getConnectionConfig()
          Retrieve the connection configuration this server
 

Methods in org.apache.ftpserver with parameters of type ConnectionConfig
 void DefaultFtpServerContext.setConnectionConfig(ConnectionConfig connectionConfig)
           
 void FtpServer.setConnectionConfig(ConnectionConfig connectionConfig)
          Set the message resource to be used with this server
 

Uses of ConnectionConfig in org.apache.ftpserver.interfaces
 

Methods in org.apache.ftpserver.interfaces that return ConnectionConfig
 ConnectionConfig FtpServerContext.getConnectionConfig()
           
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.