OSID Logo
OSID Specifications
transport package
Version 3.1.0
Interfaceosid.transport.StreamReceiver
Implementsosid.OsidReceiver
Description

The StreamReceiver is used to receive incoming connections. The receiver is provided to the service via the InboundStreamSession and invoked by the transport provider when a new association is created.

Methoddispatch
Description

Invoked by the transport provider when a new connection request or datagram is received.

Parametersosid.transport.OutboundStreamSessionsession a session to send and receive data
Compliancemandatory This method must be implemented.