|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandFactory | |
---|---|
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! |
Uses of CommandFactory in org.apache.ftpserver |
---|
Methods in org.apache.ftpserver that return CommandFactory | |
---|---|
CommandFactory |
FtpServerFactory.getCommandFactory()
Retrieve the command factory used by servers created by this factory |
Methods in org.apache.ftpserver with parameters of type CommandFactory | |
---|---|
void |
FtpServerFactory.setCommandFactory(CommandFactory commandFactory)
Set the command factory to be used by servers created by this factory |
Uses of CommandFactory in org.apache.ftpserver.command |
---|
Methods in org.apache.ftpserver.command that return CommandFactory | |
---|---|
CommandFactory |
CommandFactoryFactory.createCommandFactory()
Create an CommandFactory based on the configuration on the factory. |
Uses of CommandFactory in org.apache.ftpserver.command.impl |
---|
Classes in org.apache.ftpserver.command.impl that implement CommandFactory | |
---|---|
class |
DefaultCommandFactory
Internal class, do not use directly. Command factory to return appropriate command implementation depending on the FTP request command string. |
Uses of CommandFactory in org.apache.ftpserver.config.spring |
---|
Methods in org.apache.ftpserver.config.spring that return types with arguments of type CommandFactory | |
---|---|
protected Class<? extends CommandFactory> |
CommandFactoryBeanDefinitionParser.getBeanClass(Element element)
|
Uses of CommandFactory in org.apache.ftpserver.impl |
---|
Methods in org.apache.ftpserver.impl that return CommandFactory | |
---|---|
CommandFactory |
DefaultFtpServer.getCommandFactory()
Retrieve the command factory used with this server |
CommandFactory |
FtpServerContext.getCommandFactory()
Get the command factory. |
CommandFactory |
DefaultFtpServerContext.getCommandFactory()
Get the command factory. |
Methods in org.apache.ftpserver.impl with parameters of type CommandFactory | |
---|---|
void |
DefaultFtpServerContext.setCommandFactory(CommandFactory commandFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |