Package-level declarations

Handling of service messages.

Types

Link copied to clipboard

An incoming service message.

Link copied to clipboard

Exception thrown when an incoming or outgoing service message is invalid.

Link copied to clipboard
abstract class Message

A service message.

Link copied to clipboard

An outgoing service message.

Link copied to clipboard
class ParcelId

The id of a parcel.

Link copied to clipboard
class ReceiveMessageException(message: String, throwable: Throwable? = null) : GatewayException

The private gateway failed to give us incoming messages.

Link copied to clipboard
class RejectedMessageException(message: String, cause: Throwable? = null) : GatewayException

The private gateway refused to accept an outgoing message.

Link copied to clipboard
class SendMessageException(message: String, cause: Throwable? = null) : GatewayException

The private gateway failed to process the outgoing message.