| Package | Description | 
|---|---|
| org.diirt.datasource.pods.web | |
| org.diirt.pods.web | |
| org.diirt.pods.web.common | 
 Common elements for WebPods client and server implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebPodsClient.onMessage(Message message,
         javax.websocket.Session session)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WSEndpoint.onMessage(javax.websocket.Session session,
         Message message)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MessageConnectionEvent
Message event for change of connection status. 
 | 
class  | 
MessageErrorEvent
Message event for errors. 
 | 
class  | 
MessagePause
Message to pause notifications from a channel. 
 | 
class  | 
MessageResume
Message to resume notifications of a channel. 
 | 
class  | 
MessageSubscribe
Message to subscribe to a channel. 
 | 
class  | 
MessageUnsubscribe
Message to unsubscribe from a channel. 
 | 
class  | 
MessageValueEvent
Message event for change of value. 
 | 
class  | 
MessageWrite
Message to write a new value to a channel. 
 | 
class  | 
MessageWriteCompletedEvent
Message event for the response to a write. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Message | 
MessageDecoder.decode(Reader reader)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MessageEncoder.encode(Message object,
      Writer writer)  | 
Copyright © 2015. All rights reserved.