|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.ConfigurableFtpServerContext
public class ConfigurableFtpServerContext
FTP server configuration implementation. It holds all the components used.
Constructor Summary | |
---|---|
ConfigurableFtpServerContext(Configuration conf)
Constructor - set the root configuration. |
Method Summary | |
---|---|
void |
dispose()
Close all the components. |
CommandFactory |
getCommandFactory()
Get the command factory. |
ConnectionConfig |
getConnectionConfig()
|
FileSystemManager |
getFileSystemManager()
Get file system manager. |
Ftplet |
getFtplet(java.lang.String name)
Get Ftplet. |
FtpletContainer |
getFtpletContainer()
Get ftplet handler. |
FtpStatistics |
getFtpStatistics()
Get ftp statistics. |
Listener |
getListener(java.lang.String name)
|
java.util.Map<java.lang.String,Listener> |
getListeners()
|
MessageResource |
getMessageResource()
Get message resource. |
UserManager |
getUserManager()
Get user manager. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurableFtpServerContext(Configuration conf) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public UserManager getUserManager()
getUserManager
in interface FtpletContext
public FileSystemManager getFileSystemManager()
getFileSystemManager
in interface FtpletContext
public MessageResource getMessageResource()
getMessageResource
in interface FtpServerContext
public FtpStatistics getFtpStatistics()
getFtpStatistics
in interface FtpletContext
public FtpletContainer getFtpletContainer()
getFtpletContainer
in interface FtpServerContext
public CommandFactory getCommandFactory()
getCommandFactory
in interface FtpServerContext
public Ftplet getFtplet(java.lang.String name)
getFtplet
in interface FtpletContext
public void dispose()
dispose
in interface FtpServerContext
public Listener getListener(java.lang.String name)
getListener
in interface FtpServerContext
public ConnectionConfig getConnectionConfig()
getConnectionConfig
in interface FtpServerContext
public java.util.Map<java.lang.String,Listener> getListeners()
getListeners
in interface FtpServerContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |