OSID Logo
OSID Specifications
transport package
Version 3.0.0
Release Candidate Preview
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.OutboundStreamSessionsessiona session to send and receive data
CompliancemandatoryThis method must be implemented.