| Modifier and Type | Class and Description |
|---|---|
protected class |
FtpServerImpl.FtpAcceptThread |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_PATH |
| Constructor and Description |
|---|
FtpServerImpl(FtpConfig configuration,
org.exoplatform.services.command.impl.CommandService commandService,
org.exoplatform.services.jcr.RepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClientsCount() |
FtpCommand |
getCommand(String commandName) |
FtpConfig |
getConfiguration() |
FtpDataChannelManager |
getDataChannelManager() |
org.exoplatform.services.jcr.core.ManageableRepository |
getRepository() |
protected void |
prepareCache() |
boolean |
start() |
boolean |
stop() |
boolean |
unRegisterClient(FtpClientSession clientSession) |
public static final String COMMAND_PATH
protected void prepareCache()
public FtpConfig getConfiguration()
getConfiguration in interface FtpServerpublic org.exoplatform.services.jcr.core.ManageableRepository getRepository()
getRepository in interface FtpServerManageableRepository or null if repository can not be retrievedpublic FtpCommand getCommand(String commandName)
getCommand in interface FtpServerpublic FtpDataChannelManager getDataChannelManager()
getDataChannelManager in interface FtpServerpublic boolean unRegisterClient(FtpClientSession clientSession)
unRegisterClient in interface FtpServerpublic int getClientsCount()
getClientsCount in interface FtpServerCopyright © 2017 eXo Platform SAS. All Rights Reserved.