You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The protocol handler receives data from a transport handler and prepares it for the data handler or receives data from the data handler and prepares it for the transport handler. A simple protocol is a comma separated list (CSV).

To create a new protocol handler AbstractProtocolHandler must be extended (or IProtocolHandler implemented)

The following method could be overwritten:

  • open(): When overwriting this method, getTransportHandler().open() must be called too.
  • No labels