|
||||||||||
| 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 FtpletContextpublic FileSystemManager getFileSystemManager()
getFileSystemManager in interface FtpletContextpublic MessageResource getMessageResource()
getMessageResource in interface FtpServerContextpublic FtpStatistics getFtpStatistics()
getFtpStatistics in interface FtpletContextpublic FtpletContainer getFtpletContainer()
getFtpletContainer in interface FtpServerContextpublic CommandFactory getCommandFactory()
getCommandFactory in interface FtpServerContextpublic Ftplet getFtplet(java.lang.String name)
getFtplet in interface FtpletContextpublic void dispose()
dispose in interface FtpServerContextpublic Listener getListener(java.lang.String name)
getListener in interface FtpServerContextpublic ConnectionConfig getConnectionConfig()
getConnectionConfig in interface FtpServerContextpublic 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 | |||||||||