Interface TransmissionControlProtocol

Interface for TCP.

interface TransmissionControlProtocol
  : Protocol ;

Methods

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