|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FtpConfiguration | |
---|---|
goldengate.ftp.core.command | Global classes that store all informations on implemented commands, arguments, reply codes. |
goldengate.ftp.core.config | Classes implementing configuration |
goldengate.ftp.core.control | Classes implementing Control connections. |
goldengate.ftp.core.data | Classes implementing Data and Transfer status
When a transfer should occur, here are the steps: The connection is prepared through a PORT or PASV command. |
goldengate.ftp.core.data.handler | Classes implementing Data connections
The internal logic is the following: When a connection is opened for data network: It first tries to find the corresponding session setup from the control connection. |
goldengate.ftp.core.session | Classes implementing session |
goldengate.ftp.core.utils | Classes implementing utilities functions |
goldengate.ftp.simpleimpl.config | Simple configuration example. |
Uses of FtpConfiguration in goldengate.ftp.core.command |
---|
Methods in goldengate.ftp.core.command that return FtpConfiguration | |
---|---|
FtpConfiguration |
AbstractCommand.getConfiguration()
|
Uses of FtpConfiguration in goldengate.ftp.core.config |
---|
Constructors in goldengate.ftp.core.config with parameters of type FtpConfiguration | |
---|---|
FtpInternalConfiguration(FtpConfiguration configuration)
Constructor |
Uses of FtpConfiguration in goldengate.ftp.core.control |
---|
Constructors in goldengate.ftp.core.control with parameters of type FtpConfiguration | |
---|---|
FtpPipelineFactory(Class<? extends BusinessHandler> businessHandler,
FtpConfiguration configuration)
Constructor which Initializes some data for Server only |
Uses of FtpConfiguration in goldengate.ftp.core.data |
---|
Methods in goldengate.ftp.core.data with parameters of type FtpConfiguration | |
---|---|
static int |
FtpDataAsyncConn.getNewPassivePort(FtpConfiguration configuration)
|
Uses of FtpConfiguration in goldengate.ftp.core.data.handler |
---|
Constructors in goldengate.ftp.core.data.handler with parameters of type FtpConfiguration | |
---|---|
DataNetworkHandler(FtpConfiguration configuration,
DataBusinessHandler handler,
boolean active)
Constructor from DataBusinessHandler |
|
FtpDataPipelineFactory(Class<? extends DataBusinessHandler> dataBusinessHandler,
FtpConfiguration configuration,
boolean active)
Constructor which Initializes some data |
Uses of FtpConfiguration in goldengate.ftp.core.session |
---|
Methods in goldengate.ftp.core.session that return FtpConfiguration | |
---|---|
FtpConfiguration |
FtpSession.getConfiguration()
Get the configuration |
Constructors in goldengate.ftp.core.session with parameters of type FtpConfiguration | |
---|---|
FtpSession(FtpConfiguration configuration,
BusinessHandler handler)
Constructor |
Uses of FtpConfiguration in goldengate.ftp.core.utils |
---|
Fields in goldengate.ftp.core.utils declared as FtpConfiguration | |
---|---|
FtpConfiguration |
FtpTimerTask.configuration
Configuration |
Methods in goldengate.ftp.core.utils with parameters of type FtpConfiguration | |
---|---|
static void |
FtpChannelUtils.addCommandChannel(org.jboss.netty.channel.Channel channel,
FtpConfiguration configuration)
Add a command channel into the list |
static void |
FtpChannelUtils.addDataChannel(org.jboss.netty.channel.Channel channel,
FtpConfiguration configuration)
Add a data channel into the list |
static void |
FtpSignalHandler.initSignalHandler(FtpConfiguration configuration)
Function to initialized the SignalHandler |
static int |
FtpChannelUtils.nbCommandChannels(FtpConfiguration configuration)
Return the current number of command connections |
static int |
FtpChannelUtils.nbDataChannels(FtpConfiguration configuration)
Return the current number of data connections |
static void |
FtpChannelUtils.teminateServer(FtpConfiguration configuration)
This function is the top function to be called when the server is to be shutdown. |
static void |
FtpSignalHandler.terminate(boolean immediate,
FtpConfiguration configuration)
This function is the top function to be called when the process is to be shutdown. |
static int |
FtpChannelUtils.validCommandChannels(FtpConfiguration configuration)
Return the number of still positive command connections |
Constructors in goldengate.ftp.core.utils with parameters of type FtpConfiguration | |
---|---|
FtpChannelUtils(FtpConfiguration configuration)
|
Uses of FtpConfiguration in goldengate.ftp.simpleimpl.config |
---|
Subclasses of FtpConfiguration in goldengate.ftp.simpleimpl.config | |
---|---|
class |
FileBasedConfiguration
FtpConfiguration based on a XML file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |