Uses of Interface
org.apache.ftpserver.ConnectionConfig

Packages that use ConnectionConfig
org.apache.ftpserver   
org.apache.ftpserver.impl Internal classes, do not use directly! 
 

Uses of ConnectionConfig in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return ConnectionConfig
 ConnectionConfig ConnectionConfigFactory.createConnectionConfig()
          Create a connection configuration instances based on the configuration on this factory
 ConnectionConfig FtpServerFactory.getConnectionConfig()
          Retrieve the connection configuration this server
 

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

Uses of ConnectionConfig in org.apache.ftpserver.impl
 

Classes in org.apache.ftpserver.impl that implement ConnectionConfig
 class DefaultConnectionConfig
          Internal class, do not use directly.
 

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

Methods in org.apache.ftpserver.impl with parameters of type ConnectionConfig
 void DefaultFtpServerContext.setConnectionConfig(ConnectionConfig connectionConfig)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.