org.apache.ftpserver.impl
Interface FtpServerContext

All Superinterfaces:
FtpletContext
All Known Implementing Classes:
DefaultFtpServerContext

public interface FtpServerContext
extends FtpletContext

Internal class, do not use directly. This is basically org.apache.ftpserver.ftplet.FtpletContext with added connection manager, message resource functionalities.

Version:
$Rev: 711534 $, $Date: 2008-11-05 09:48:47 +0100 (Wed, 05 Nov 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

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.
 
Methods inherited from interface org.apache.ftpserver.ftplet.FtpletContext
getFileSystemManager, getFtplet, getFtpStatistics, getUserManager
 

Method Detail

getConnectionConfig

ConnectionConfig getConnectionConfig()

getMessageResource

MessageResource getMessageResource()
Get message resource.


getFtpletContainer

FtpletContainer getFtpletContainer()
Get ftplet container.


getListener

Listener getListener(java.lang.String name)

getListeners

java.util.Map<java.lang.String,Listener> getListeners()

getCommandFactory

CommandFactory getCommandFactory()
Get the command factory.


dispose

void dispose()
Release all components.



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.