Uses of Interface
org.apache.ftpserver.ssl.SslConfiguration

Packages that use SslConfiguration
org.apache.ftpserver   
org.apache.ftpserver.listener   
org.apache.ftpserver.ssl   
 

Uses of SslConfiguration in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return SslConfiguration
 SslConfiguration DataConnectionConfigurationFactory.getSslConfiguration()
          Get the SslConfiguration to be used by data connections
 SslConfiguration DataConnectionConfiguration.getSslConfiguration()
          Get SSL configuration for this data connection.
 

Methods in org.apache.ftpserver with parameters of type SslConfiguration
 void DataConnectionConfigurationFactory.setSslConfiguration(SslConfiguration ssl)
          Set the SslConfiguration to be used by data connections
 

Uses of SslConfiguration in org.apache.ftpserver.listener
 

Methods in org.apache.ftpserver.listener that return SslConfiguration
 SslConfiguration ListenerFactory.getSslConfiguration()
          Get the SslConfiguration used for listeners created by this factory
 SslConfiguration Listener.getSslConfiguration()
          Get the SslConfiguration used for this listener
 

Methods in org.apache.ftpserver.listener with parameters of type SslConfiguration
 void ListenerFactory.setSslConfiguration(SslConfiguration ssl)
          Set the SslConfiguration to use by listeners created by this factory
 

Uses of SslConfiguration in org.apache.ftpserver.ssl
 

Methods in org.apache.ftpserver.ssl that return SslConfiguration
 SslConfiguration SslConfigurationFactory.createSslConfiguration()
          Create an instance of SslConfiguration based on the configuration of this factory.
 



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