|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.remote.FtpConfig
public class FtpConfig
Ftp configuration remote adapter. It is used by remote admin GUI.
| Constructor Summary | |
|---|---|
FtpConfig(FtpConfig config)
Constructor - sets the actual config object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAddressString()
Get address string |
FtpConfig |
getConfig()
Get config |
ConnectionServiceInterface |
getConnectionService()
Get the connection handler |
int |
getDefaultIdleTime()
Get default idle time in seconds. |
java.lang.String |
getDefaultRoot()
Get default root directory |
IpRestrictorInterface |
getIpRestrictor()
Get IP restrictor object. |
int |
getMaxAnonymousLogins()
Get maximum number of anonymous connections. |
int |
getMaxConnections()
Get maximum number of connections. |
int |
getRemoteAdminPort()
Get rmi port |
int |
getSchedulerInterval()
Get poll interval in seconds. |
java.net.InetAddress |
getServerAddress()
Get server bind address. |
int |
getServerPort()
Get server port. |
FtpStatisticsInterface |
getStatistics()
Get global statistics object. |
UserManagerInterface |
getUserManager()
Get user manager |
boolean |
isAnonymousLoginAllowed()
Check annonymous login support. |
boolean |
isRemoteAdminAllowed()
Is remote admin allowed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpConfig(FtpConfig config)
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
public FtpConfig getConfig()
public UserManagerInterface getUserManager()
getUserManager in interface FtpConfigInterfacepublic IpRestrictorInterface getIpRestrictor()
getIpRestrictor in interface FtpConfigInterfacepublic java.net.InetAddress getServerAddress()
getServerAddress in interface FtpConfigInterfacepublic java.lang.String getAddressString()
getAddressString in interface FtpConfigInterfacepublic int getServerPort()
getServerPort in interface FtpConfigInterfacepublic boolean isAnonymousLoginAllowed()
isAnonymousLoginAllowed in interface FtpConfigInterfacepublic ConnectionServiceInterface getConnectionService()
getConnectionService in interface FtpConfigInterfacepublic int getMaxConnections()
getMaxConnections in interface FtpConfigInterfacepublic int getMaxAnonymousLogins()
getMaxAnonymousLogins in interface FtpConfigInterfacepublic int getSchedulerInterval()
getSchedulerInterval in interface FtpConfigInterfacepublic int getDefaultIdleTime()
getDefaultIdleTime in interface FtpConfigInterfacepublic java.lang.String getDefaultRoot()
getDefaultRoot in interface FtpConfigInterfacepublic FtpStatisticsInterface getStatistics()
getStatistics in interface FtpConfigInterfacepublic int getRemoteAdminPort()
getRemoteAdminPort in interface FtpConfigInterfacepublic boolean isRemoteAdminAllowed()
isRemoteAdminAllowed in interface FtpConfigInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||