See: Description
| Interface | Description |
|---|---|
| BinaryMessage |
A binary
Message that can be sent to a MessageChannel. |
| BinaryMessage.Builder |
Builder is used for building BinaryMessage instances. |
| Protocol |
A contract for a protocol.
|
| Session |
A
Session represents the connection between two end-points. |
| SessionMessage | |
| SessionObserver |
A
SessionObserver is used for observing changes made to a Session. |
| Class | Description |
|---|---|
| BinaryMessages |
This class consists exclusively of static methods that operates on or returns
BinaryMessages. |
| Protocols |
This class consists exclusively of static methods that operates on or returns
Protocols. |
| SessionMessageAdapter |