| Interface | Description |
|---|---|
| ChannelEventListener |
Receives inbound messages from the channel
|
| ConnectionRequestInfo |
Information for the client
|
| ReplyCallback |
Callback for async calls
|
| SendResultCallback |
Callback for async calls
|
| ServerLocator |
Locates the current broker
|
| ServerSideConnection |
A Connection registered on the broker
|
| ServerSideConnectionAcceptor<T extends ServerSideConnection> |
Interface implemented by the broker in order to accept/register incoming
connections
|
| Class | Description |
|---|---|
| Channel |
Abstract for two-way async comunication channels
|
| HashUtils |
Utility for Secure hashes
|
| Message |
A message (from broker to worker or from worker to broker)
|
| ServerHostData |
Information about a broker
|
| Exception | Description |
|---|---|
| ServerNotAvailableException |
No Broker is avilable
|
| ServerRejectedConnectionException |
Broker rejected connection attempt
|
Copyright © 2016. All rights reserved.