OSID Logo
OSID Specifications
transport package
Version 3.1.0
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.OutboundMessageSessionsession a session to send and receive messages
Compliancemandatory This method must be implemented.