Uses of Package
goldengate.ftp.core.data.handler

Packages that use goldengate.ftp.core.data.handler
goldengate.ftp.core.config Classes implementing configuration 
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.simpleimpl.config Simple configuration example. 
goldengate.ftp.simpleimpl.data Simple FTP server example of data business. 
 

Classes in goldengate.ftp.core.data.handler used by goldengate.ftp.core.config
DataBusinessHandler
          This class is to be implemented in order to allow Business actions according to FTP service
 

Classes in goldengate.ftp.core.data.handler used by goldengate.ftp.core.data
DataNetworkHandler
          Network handler for Data connections
 

Classes in goldengate.ftp.core.data.handler used by goldengate.ftp.core.data.handler
DataBusinessHandler
          This class is to be implemented in order to allow Business actions according to FTP service
DataNetworkHandler
          Network handler for Data connections
 

Classes in goldengate.ftp.core.data.handler used by goldengate.ftp.simpleimpl.config
DataBusinessHandler
          This class is to be implemented in order to allow Business actions according to FTP service
 

Classes in goldengate.ftp.core.data.handler used by goldengate.ftp.simpleimpl.data
DataBusinessHandler
          This class is to be implemented in order to allow Business actions according to FTP service
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.