- Message - Class in org.diirt.pods.web.common
-
A message being sent as part of the WebPods protocol.
- Message.MessageType - Enum in org.diirt.pods.web.common
-
The type of message.
- MessageConnectionEvent - Class in org.diirt.pods.web.common
-
Message event for change of connection status.
- MessageConnectionEvent(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageConnectionEvent
-
Creates a new message based on the JSON representation.
- MessageConnectionEvent(int, boolean, boolean) - Constructor for class org.diirt.pods.web.common.MessageConnectionEvent
-
Creates a new message based on the given parameters.
- MessageDecodeException - Exception in org.diirt.pods.web.common
-
Exception for decoded message that do match the spec.
- MessageDecodeException(String, String, JsonObject) - Constructor for exception org.diirt.pods.web.common.MessageDecodeException
-
- MessageDecoder - Class in org.diirt.pods.web.common
-
Decodes messages from a JSON text stream to a Message object.
- MessageDecoder() - Constructor for class org.diirt.pods.web.common.MessageDecoder
-
- MessageEncoder - Class in org.diirt.pods.web.common
-
Encodes messages from a Message object to a JSON text stream.
- MessageEncoder() - Constructor for class org.diirt.pods.web.common.MessageEncoder
-
- MessageErrorEvent - Class in org.diirt.pods.web.common
-
Message event for errors.
- MessageErrorEvent(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageErrorEvent
-
Creates a new message based on the JSON representation.
- MessageErrorEvent(int, String) - Constructor for class org.diirt.pods.web.common.MessageErrorEvent
-
Creates a new message based on the given parameters.
- MessagePause - Class in org.diirt.pods.web.common
-
Message to pause notifications from a channel.
- MessagePause(JsonObject) - Constructor for class org.diirt.pods.web.common.MessagePause
-
Creates a new message based on the JSON representation.
- MessagePause(int) - Constructor for class org.diirt.pods.web.common.MessagePause
-
Creates a new message based on the given parameters.
- MessageResume - Class in org.diirt.pods.web.common
-
Message to resume notifications of a channel.
- MessageResume(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageResume
-
Creates a new message based on the JSON representation.
- MessageResume(int) - Constructor for class org.diirt.pods.web.common.MessageResume
-
Creates a new message based on the given parameters.
- MessageSubscribe - Class in org.diirt.pods.web.common
-
Message to subscribe to a channel.
- MessageSubscribe(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageSubscribe
-
Creates a new message based on the JSON representation.
- MessageSubscribe(int, String, String, int, boolean) - Constructor for class org.diirt.pods.web.common.MessageSubscribe
-
Creates a new message based on the given parameters.
- MessageUnsubscribe - Class in org.diirt.pods.web.common
-
Message to unsubscribe from a channel.
- MessageUnsubscribe(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageUnsubscribe
-
Creates a new message based on the JSON representation.
- MessageUnsubscribe(int) - Constructor for class org.diirt.pods.web.common.MessageUnsubscribe
-
Creates a new message based on the given parameters.
- MessageValueEvent - Class in org.diirt.pods.web.common
-
Message event for change of value.
- MessageValueEvent(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageValueEvent
-
Creates a new message based on the JSON representation.
- MessageValueEvent(int, Object) - Constructor for class org.diirt.pods.web.common.MessageValueEvent
-
Creates a new message based on the given parameters.
- MessageWrite - Class in org.diirt.pods.web.common
-
Message to write a new value to a channel.
- MessageWrite(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageWrite
-
Creates a new message based on the JSON representation.
- MessageWrite(int, Object) - Constructor for class org.diirt.pods.web.common.MessageWrite
-
Creates a new message based on the given parameters.
- MessageWriteCompletedEvent - Class in org.diirt.pods.web.common
-
Message event for the response to a write.
- MessageWriteCompletedEvent(JsonObject) - Constructor for class org.diirt.pods.web.common.MessageWriteCompletedEvent
-
Creates a new message based on the JSON representation.
- MessageWriteCompletedEvent(int) - Constructor for class org.diirt.pods.web.common.MessageWriteCompletedEvent
-
Creates a new message based on the given parameters.
- MessageWriteCompletedEvent(int, String) - Constructor for class org.diirt.pods.web.common.MessageWriteCompletedEvent
-
Creates a new message based on the given parameters.
- missingMandatoryAttribute(JsonObject, String) - Static method in exception org.diirt.pods.web.common.MessageDecodeException
-