Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.