|
||||||||||
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 | |
---|---|
String |
getAddressString()
Get address string |
FtpConfig |
getConfig()
Get config |
ConnectionServiceInterface |
getConnectionService()
Get the connection handler |
int |
getDefaultIdleTime()
Get default idle time in seconds. |
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. |
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 RemoteException
RemoteException
Method Detail |
---|
public FtpConfig getConfig()
public UserManagerInterface getUserManager()
getUserManager
in interface FtpConfigInterface
public IpRestrictorInterface getIpRestrictor()
getIpRestrictor
in interface FtpConfigInterface
public InetAddress getServerAddress()
getServerAddress
in interface FtpConfigInterface
public String getAddressString()
getAddressString
in interface FtpConfigInterface
public int getServerPort()
getServerPort
in interface FtpConfigInterface
public boolean isAnonymousLoginAllowed()
isAnonymousLoginAllowed
in interface FtpConfigInterface
public ConnectionServiceInterface getConnectionService()
getConnectionService
in interface FtpConfigInterface
public int getMaxConnections()
getMaxConnections
in interface FtpConfigInterface
public int getMaxAnonymousLogins()
getMaxAnonymousLogins
in interface FtpConfigInterface
public int getSchedulerInterval()
getSchedulerInterval
in interface FtpConfigInterface
public int getDefaultIdleTime()
getDefaultIdleTime
in interface FtpConfigInterface
public String getDefaultRoot()
getDefaultRoot
in interface FtpConfigInterface
public FtpStatisticsInterface getStatistics()
getStatistics
in interface FtpConfigInterface
public int getRemoteAdminPort()
getRemoteAdminPort
in interface FtpConfigInterface
public boolean isRemoteAdminAllowed()
isRemoteAdminAllowed
in interface FtpConfigInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |