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

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

Uses of SslConfiguration in org.apache.ftpserver
 

Methods in org.apache.ftpserver that return SslConfiguration
 SslConfiguration DefaultDataConnectionConfiguration.getSslConfiguration()
          Get SSL component.
 

Methods in org.apache.ftpserver with parameters of type SslConfiguration
 void DefaultDataConnectionConfiguration.setSslConfiguration(SslConfiguration ssl)
           
 

Uses of SslConfiguration in org.apache.ftpserver.interfaces
 

Methods in org.apache.ftpserver.interfaces that return SslConfiguration
 SslConfiguration SocketFactory.getSSL()
          Get SSL component.
 SslConfiguration DataConnectionConfiguration.getSslConfiguration()
          Get SSL configuration for this data connection.
 

Uses of SslConfiguration in org.apache.ftpserver.listener
 

Methods in org.apache.ftpserver.listener that return SslConfiguration
 SslConfiguration AbstractListener.getSslConfiguration()
          Get the SslConfiguration used for this listener
 SslConfiguration Listener.getSslConfiguration()
          Get the SslConfiguration used for this listener
 

Methods in org.apache.ftpserver.listener with parameters of type SslConfiguration
 void AbstractListener.setSslConfiguration(SslConfiguration ssl)
          Set the SslConfiguration used for this listener
 void Listener.setSslConfiguration(SslConfiguration sslConfiguration)
          Set the SslConfiguration used for this listener
 

Uses of SslConfiguration in org.apache.ftpserver.ssl
 

Classes in org.apache.ftpserver.ssl that implement SslConfiguration
 class DefaultSslConfiguration
          Used to configure the SSL settings for the control channel or the data channel.
 



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