|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 DataBlockSTREAM and BLOCK mode are implemented. |
| FtpDataPipelineFactory | Pipeline Factory for Data Network. |
| FtpDataStructureCodec | Third CODEC : - encode/decode : takes DataBlock and transforms it to a
DataBlockFILE 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 typesForce ASCII, EBCDIC or IMAGE (with NON PRINT). |
| FtpSeekAheadData | SeekAheadData Class used to optimize access to the incoming buffer |
Classes implementing Data connections
The internal logic is the following:
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||