public interface DataConnectionConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveLocalAddress()
Get the active data connection local host.
|
int |
getActiveLocalPort()
Get the active data connection local port.
|
int |
getIdleTime()
Get the maximum idle time in seconds.
|
String |
getPassiveAddress()
Get passive server address.
|
String |
getPassiveExernalAddress()
Get the passive address that will be returned to clients on the PASV
command.
|
String |
getPassivePorts()
Get the passive ports to be used for data connections.
|
SslConfiguration |
getSslConfiguration()
Get SSL configuration for this data connection.
|
boolean |
isActiveEnabled()
Is active data connection enabled?
|
boolean |
isActiveIpCheck()
Check the PORT IP with the client IP?
|
boolean |
isImplicitSsl() |
void |
releasePassivePort(int port)
Release passive port.
|
int |
requestPassivePort()
Request a passive port.
|
int getIdleTime()
boolean isActiveEnabled()
boolean isActiveIpCheck()
String getActiveLocalAddress()
InetAddress for active connectionsint getActiveLocalPort()
String getPassiveAddress()
InetAddress used for passive connectionsString getPassiveExernalAddress()
String getPassivePorts()
int requestPassivePort()
void releasePassivePort(int port)
port - The port to be releasedSslConfiguration getSslConfiguration()
SslConfigurationboolean isImplicitSsl()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.