Uses of Package
goldengate.ftp.core.control

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

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

Classes in goldengate.ftp.core.control used by goldengate.ftp.core.control
BusinessHandler
          This class is to be implemented in order to allow Business actions according to FTP service
NetworkHandler
          Main Network Handler (Control part) implementing RFC 959, 775, 2389, 2428, 3659 and supports XCRC and XMD5 commands.
 

Classes in goldengate.ftp.core.control used by goldengate.ftp.core.data.handler
NetworkHandler
          Main Network Handler (Control part) implementing RFC 959, 775, 2389, 2428, 3659 and supports XCRC and XMD5 commands.
 

Classes in goldengate.ftp.core.control used by goldengate.ftp.core.session
BusinessHandler
          This class is to be implemented in order to allow Business actions according to FTP service
NetworkHandler
          Main Network Handler (Control part) implementing RFC 959, 775, 2389, 2428, 3659 and supports XCRC and XMD5 commands.
 

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

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



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