tanya.async.protocol

This module contains protocol which handle data in asynchronous applications.

When an event from the network arrives, a protocol method gets called and can respond to the event.

Members

Interfaces

Protocol
interface Protocol

Common protocol interface.

TransmissionControlProtocol
interface TransmissionControlProtocol

Interface for TCP.

Meta