Interface Protocol
Common protocol interface.
interface Protocol
;
Methods
| Name | Description |
|---|---|
connected
(transport)
|
Called when a connection is made. |
disconnected
(exception)
|
Called when a connection is lost. |
received
(data)
|