Package 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.

See:
          Description


Class Summary
DataBusinessHandler This class is to be implemented in order to allow Business actions according to FTP service
DataNetworkHandler Network handler for Data connections
FtpDataModeCodec First CODEC :
- encode : takes a DataBlock and transforms it to a ChannelBuffer
- decode : takes a ChannelBuffer and transforms it to a DataBlock
STREAM and BLOCK mode are implemented.
FtpDataPipelineFactory Pipeline Factory for Data Network.
FtpDataStructureCodec Third CODEC :
- encode/decode : takes DataBlock and transforms it to a DataBlock
FILE and RECORD are implemented (DataNetworkHandler will do the real job).
FtpDataTypeCodec Second CODEC :
- encode/decode : takes a DataBlock and trsnforms it to a new DataBlock according to the types
Force ASCII, EBCDIC or IMAGE (with NON PRINT).
FtpSeekAheadData SeekAheadData Class used to optimize access to the incoming buffer
 

Package goldengate.ftp.core.data.handler Description

Classes implementing Data connections

The internal logic is the following:



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