|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.ftp.FtpServerImpl
public class FtpServerImpl
Created by The eXo Platform SAS Author : Vitaly Guly
Nested Class Summary
protected classFtpServerImpl.FtpAcceptThread
Field Summary
static java.lang.StringCOMMAND_PATH
Constructor Summary
FtpServerImpl(FtpConfig configuration,
org.exoplatform.services.command.impl.CommandService commandService,
ManageableRepository repository)
Method Summary
intgetClientsCount()
FtpCommandgetCommand(java.lang.String commandName)
FtpConfiggetConfiguration()
FtpDataChannelManagergetDataChannelManager()
ManageableRepositorygetRepository()
protected voidprepareCache()
booleanstart()
booleanstop()
booleanunRegisterClient(FtpClientSession clientSession)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
COMMAND_PATH
public static final java.lang.String COMMAND_PATH
Constructor Detail
FtpServerImpl
public FtpServerImpl(FtpConfig configuration,
org.exoplatform.services.command.impl.CommandService commandService,
ManageableRepository repository)
throws java.lang.Exception
java.lang.Exception
Method Detail
prepareCache
protected void prepareCache()
start
public boolean start()
stop
public boolean stop()
getConfiguration
public FtpConfig getConfiguration()
getConfiguration in interface FtpServer
getRepository
public ManageableRepository getRepository()
getRepository in interface FtpServer
getCommand
public FtpCommand getCommand(java.lang.String commandName)
getCommand in interface FtpServer
getDataChannelManager
public FtpDataChannelManager getDataChannelManager()
getDataChannelManager in interface FtpServer
unRegisterClient
public boolean unRegisterClient(FtpClientSession clientSession)
unRegisterClient in interface FtpServer
getClientsCount
public int getClientsCount()
getClientsCount in interface FtpServer
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2011 eXo Platform SAS. All Rights Reserved.