public interface FtpServerContext extends FtpletContext
org.apache.ftpserver.ftplet.FtpletContext
with
added connection manager, message resource functionalities.Modifier and Type | Method and Description |
---|---|
void |
dispose()
Release all components.
|
CommandFactory |
getCommandFactory()
Get the command factory.
|
ConnectionConfig |
getConnectionConfig() |
FtpletContainer |
getFtpletContainer()
Get ftplet container.
|
Listener |
getListener(String name) |
Map<String,Listener> |
getListeners() |
MessageResource |
getMessageResource()
Get message resource.
|
ThreadPoolExecutor |
getThreadPoolExecutor()
Returns the thread pool executor for this context.
|
getFileSystemManager, getFtplet, getFtpStatistics, getUserManager
ConnectionConfig getConnectionConfig()
MessageResource getMessageResource()
FtpletContainer getFtpletContainer()
CommandFactory getCommandFactory()
void dispose()
ThreadPoolExecutor getThreadPoolExecutor()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.