OSID Logo
OSID Specifications
transport package
Version 3.0.0
Release Candidate Preview
Interfaceosid.transport.MessageReceiver
Implementsosid.OsidReceiver
Description

The MessageReceiver is used to receive incoming connections. The receiver is provided to the service via the InboundMessageSession 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.OutboundMessageSessionsessiona session to send and receive messages
CompliancemandatoryThis method must be implemented.