| Interface | Description |
|---|---|
| AsyncConnection<T> |
A messaging endpoint which allows push-style dispatch and receive.
|
| Connection<T> |
A messaging endpoint which allows push-style dispatch and pull-style receive.
|
| DisconnectAwareConnection<T> |
A
DisconnectAwareConnection is a connection capable of executing an action when
the other side of connection disconnects before the stop method is called on this connection. |
| IncomingBroadcast | |
| IncomingConnector<T> | |
| MessageSerializer<T> | |
| MultiChannelConnection<T> | |
| MultiChannelConnector | |
| OutgoingBroadcast | |
| OutgoingConnector<T> | |
| Protocol<T> |
A protocol implementation.
|
| ProtocolContext<T> |
Used by
Protocol implementations to send incoming and outgoing messages. |
| ProtocolContext.Callback |
| Exception | Description |
|---|---|
| ConnectException | |
| MessageIOException | |
| PlaceholderException |
A
PlaceholderException is used when an exception cannot be serialized or deserialized. |
Copyright © 2013. All rights reserved