Interface Protocol

Common protocol interface.

interface Protocol ;

Methods

NameDescription
connected (transport) Called when a connection is made.
disconnected (exception) Called when a connection is lost.
received (data)