
See: Description
| Package | Description |
|---|---|
| asia.stampy.client.listener.connected |
Provides the abstract listener to intercept incoming CONNECTED messages
|
| asia.stampy.client.listener.disconnect |
Provides the abstract listener to intercept incoming DISCONNECT messages
|
| asia.stampy.client.listener.validate |
Provides a listener to ensure only server messages are accepted on the client
|
| asia.stampy.client.message |
Provides the abstract client header classes
|
| asia.stampy.client.message.abort |
Provides the STOMP 1.2 ABORT header and message classes
|
| asia.stampy.client.message.ack |
Provides the STOMP 1.2 ACK header and message classes
|
| asia.stampy.client.message.begin |
Provides the STOMP 1.2 BEGIN header and message classes
|
| asia.stampy.client.message.commit |
Provides the STOMP 1.2 COMMIT header and message classes
|
| asia.stampy.client.message.connect |
Provides the STOMP 1.2 COMMIT header and message classes
|
| asia.stampy.client.message.disconnect |
Provides the STOMP 1.2 DISCONNECT header and message classes
|
| asia.stampy.client.message.nack |
Provides the STOMP 1.2 NACK header and message classes
|
| asia.stampy.client.message.send |
Provides the STOMP 1.2 SEND header and message classes
|
| asia.stampy.client.message.stomp |
Provides the STOMP 1.2 STOMP header and message classes
|
| asia.stampy.client.message.subscribe |
Provides the STOMP 1.2 SUBSCRIBE header and message classes
|
| asia.stampy.client.message.unsubscribe |
Provides the STOMP 1.2 UNSUBSCRIBE header and message classes
|
| asia.stampy.client.netty |
Provides the gateway and handler to run a Stampy NETTY client
|
| asia.stampy.client.netty.connected |
Provides the NETTY implementation of a CONNECTED message listener
|
| asia.stampy.client.netty.disconnect |
Provides the NETTY implementation of a DISCONNECT message listener
|
| asia.stampy.common |
Provides common classes
|
| asia.stampy.common.gateway |
Provides interfaces and super classes for the implementation of STOMP 1.2 clients and servers
|
| asia.stampy.common.heartbeat |
Provides heartbeat management classes
|
| asia.stampy.common.message |
Provides the STOMP 1.2 common interfaces and super classes for messages
|
| asia.stampy.common.message.interceptor |
Provides interceptor classes to capture outgoing message state, trigger events etc.
|
| asia.stampy.common.netty |
Provides abstract NETTY implementations for clients and servers
|
| asia.stampy.common.parsing |
Provides message parsing tools
|
| asia.stampy.common.serialization |
Provides serialization tools
|
| asia.stampy.server.listener.connect |
Provides the abstract listener to intercept incoming CONNECT messages
|
| asia.stampy.server.listener.heartbeat |
Provides the abstract listener to intercept incoming CONNECT messages requesting heartbeats
|
| asia.stampy.server.listener.login |
Provides the abstract listener to intercept incoming CONNECT messages with login credentials
|
| asia.stampy.server.listener.receipt |
Provides the abstract listener to generate RECEIPT messages for incoming messages requesting such
|
| asia.stampy.server.listener.subscription |
Provides the abstract listener to expect an ACK from a sent MESSAGE
|
| asia.stampy.server.listener.transaction |
Provides the abstract listener to manage transactional boundaries
|
| asia.stampy.server.listener.validate |
Provides a listener to ensure only client messages are accepted on the server
|
| asia.stampy.server.listener.version |
Provides the listener to check version information
|
| asia.stampy.server.message.connected |
Provides the STOMP 1.2 CONNECTED header and message classes
|
| asia.stampy.server.message.error |
Provides the STOMP 1.2 ERROR header and message classes
|
| asia.stampy.server.message.message |
Provides the STOMP 1.2 MESSAGE header and message classes
|
| asia.stampy.server.message.receipt |
Provides the STOMP 1.2 RECEIPT header and message classes
|
| asia.stampy.server.netty |
Provides the gateway and handler to run a Stampy NETTY server
|
| asia.stampy.server.netty.connect |
Provides the NETTY implementation of a CONNECT message listener
|
| asia.stampy.server.netty.heartbeat |
Provides the NETTY implementation of a CONNECT message requesting heartbeats
|
| asia.stampy.server.netty.login |
Provides the NETTY implementation of a CONNECT message with login credentials
|
| asia.stampy.server.netty.receipt |
Provides the NETTY implementation to generate RECEIPT messages for those incoming requesting such
|
| asia.stampy.server.netty.subscription |
Provides the NETTY implementation to expect an ACK for a sent MESSAGE
|
| asia.stampy.server.netty.transaction |
Provides the NETTY implementation to manage transactional boundaries
|