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

Packages that use SslConfiguration
org.apache.ftpserver   
org.apache.ftpserver.impl Internal classes, do not use directly! 
org.apache.ftpserver.listener   
org.apache.ftpserver.listener.nio Internal classes, do not use directly! 
org.apache.ftpserver.ssl   
org.apache.ftpserver.ssl.impl Internal classes, do not use directly! 
 

Uses of SslConfiguration in org.apache.ftpserver
 

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

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.impl
 

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

Constructors in org.apache.ftpserver.impl with parameters of type SslConfiguration
DefaultDataConnectionConfiguration(int idleTime, SslConfiguration ssl, boolean activeEnabled, boolean activeIpCheck, java.lang.String activeLocalAddress, int activeLocalPort, java.lang.String passiveAddress, PassivePorts passivePorts, java.lang.String passiveExternalAddress, boolean implicitSsl)
          Internal constructor, do not use directly.
 

Uses of SslConfiguration in org.apache.ftpserver.listener
 

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

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.listener.nio
 

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

Constructors in org.apache.ftpserver.listener.nio with parameters of type SslConfiguration
AbstractListener(java.lang.String serverAddress, int port, boolean implicitSsl, SslConfiguration sslConfiguration, DataConnectionConfiguration dataConnectionConfig, int idleTimeout, java.util.List<java.net.InetAddress> blockedAddresses, java.util.List<org.apache.mina.filter.firewall.Subnet> blockedSubnets)
          Constructor for internal use, do not use directly.
NioListener(java.lang.String serverAddress, int port, boolean implicitSsl, SslConfiguration sslConfiguration, DataConnectionConfiguration dataConnectionConfig, int idleTimeout, java.util.List<java.net.InetAddress> blockedAddresses, java.util.List<org.apache.mina.filter.firewall.Subnet> blockedSubnets)
          Constructor for internal use, do not use directly.
 

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.
 

Uses of SslConfiguration in org.apache.ftpserver.ssl.impl
 

Classes in org.apache.ftpserver.ssl.impl that implement SslConfiguration
 class DefaultSslConfiguration
          Internal class, do not use directly. Used to configure the SSL settings for the control channel or the data channel.
 



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