Package | Description |
---|---|
org.apache.ftpserver | |
org.apache.ftpserver.command | |
org.apache.ftpserver.command.impl |
Internal classes, do not use directly!
|
org.apache.ftpserver.config.spring |
Internal classes, do not use directly!
|
org.apache.ftpserver.impl |
Internal classes, do not use directly!
|
Modifier and Type | Method and Description |
---|---|
CommandFactory |
FtpServerFactory.getCommandFactory()
Retrieve the command factory used by servers created by this factory
|
Modifier and Type | Method and Description |
---|---|
void |
FtpServerFactory.setCommandFactory(CommandFactory commandFactory)
Set the command factory to be used by servers created by this factory
|
Modifier and Type | Method and Description |
---|---|
CommandFactory |
CommandFactoryFactory.createCommandFactory()
Create an
CommandFactory based on the configuration on the factory. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandFactory
Internal class, do not use directly.
Command factory to return appropriate command implementation depending on the
FTP request command string.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends CommandFactory> |
CommandFactoryBeanDefinitionParser.getBeanClass(Element element) |
Modifier and Type | Method and Description |
---|---|
CommandFactory |
DefaultFtpServer.getCommandFactory()
Retrieve the command factory used with this server
|
CommandFactory |
DefaultFtpServerContext.getCommandFactory()
Get the command factory.
|
CommandFactory |
FtpServerContext.getCommandFactory()
Get the command factory.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFtpServerContext.setCommandFactory(CommandFactory commandFactory) |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.