| Package | Description |
|---|---|
| org.apache.ftpserver | |
| org.apache.ftpserver.listener | |
| org.apache.ftpserver.ssl |
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration |
DataConnectionConfigurationFactory.getSslConfiguration()
Get the
SslConfiguration to be used by data connections |
SslConfiguration |
DataConnectionConfiguration.getSslConfiguration()
Get SSL configuration for this data connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataConnectionConfigurationFactory.setSslConfiguration(SslConfiguration ssl)
Set the
SslConfiguration to be used by data connections |
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration |
ListenerFactory.getSslConfiguration()
Get the
SslConfiguration used for listeners created by this factory |
SslConfiguration |
Listener.getSslConfiguration()
Get the
SslConfiguration used for this listener |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerFactory.setSslConfiguration(SslConfiguration ssl)
Set the
SslConfiguration to use by listeners created by this factory |
| Modifier and Type | Method and Description |
|---|---|
SslConfiguration |
SslConfigurationFactory.createSslConfiguration()
Create an instance of
SslConfiguration based on the configuration
of this factory. |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.