|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataConnectionConfiguration
Data connection configuration interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
SslConfiguration
boolean isImplicitSsl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |