See: Description
| Class | Description |
|---|---|
| Message |
A message being sent as part of the WebPods protocol.
|
| MessageConnectionEvent |
Message event for change of connection status.
|
| MessageDecoder |
Decodes messages from a JSON text stream to a Message object.
|
| MessageEncoder |
Encodes messages from a Message object to a JSON text stream.
|
| MessageErrorEvent |
Message event for errors.
|
| MessagePause |
Message to pause notifications from a channel.
|
| MessageResume |
Message to resume notifications of a channel.
|
| MessageSubscribe |
Message to subscribe to a channel.
|
| MessageUnsubscribe |
Message to unsubscribe from a channel.
|
| MessageValueEvent |
Message event for change of value.
|
| MessageWrite |
Message to write a new value to a channel.
|
| MessageWriteCompletedEvent |
Message event for the response to a write.
|
| Enum | Description |
|---|---|
| Message.MessageType |
The type of message.
|
| Exception | Description |
|---|---|
| MessageDecodeException |
Exception for decoded message that do match the spec.
|
Copyright © 2015. All rights reserved.