|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FtpServerContext
Internal class, do not use directly.
This is basically org.apache.ftpserver.ftplet.FtpletContext with
added connection manager, message resource functionalities.
| Method Summary | |
|---|---|
void |
dispose()
Release all components. |
CommandFactory |
getCommandFactory()
Get the command factory. |
ConnectionConfig |
getConnectionConfig()
|
FtpletContainer |
getFtpletContainer()
Get ftplet container. |
Listener |
getListener(java.lang.String name)
|
java.util.Map<java.lang.String,Listener> |
getListeners()
|
MessageResource |
getMessageResource()
Get message resource. |
java.util.concurrent.ThreadPoolExecutor |
getThreadPoolExecutor()
Returns the thread pool executor for this context. |
| Methods inherited from interface org.apache.ftpserver.ftplet.FtpletContext |
|---|
getFileSystemManager, getFtplet, getFtpStatistics, getUserManager |
| Method Detail |
|---|
ConnectionConfig getConnectionConfig()
MessageResource getMessageResource()
FtpletContainer getFtpletContainer()
Listener getListener(java.lang.String name)
java.util.Map<java.lang.String,Listener> getListeners()
CommandFactory getCommandFactory()
void dispose()
java.util.concurrent.ThreadPoolExecutor getThreadPoolExecutor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||