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.mina |
Provides the gateway and handler(s) to run a Stampy MINA client
|
| asia.stampy.client.mina.connected |
Provides the MINA implementation of a CONNECTED message listener
|
| asia.stampy.client.mina.disconnect |
Provides the MINA 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.mina |
Provides abstract MINA implementations for clients and servers
|
| asia.stampy.common.mina.raw |
Provides a raw string MINA handler implementation (spec compliant)
|
| 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.mina |
Provides the gateway and handler(s) to run a Stampy MINA server
|
| asia.stampy.server.mina.connect |
Provides the MINA implementation of a CONNECT message listener
|
| asia.stampy.server.mina.heartbeat |
Provides the MINA implementation of a CONNECT message requesting heartbeats
|
| asia.stampy.server.mina.login |
Provides the MINA implementation of a CONNECT message with login credentials
|
| asia.stampy.server.mina.receipt |
Provides the MINA implementation to generate RECEIPT messages for those incoming requesting such
|
| asia.stampy.server.mina.subscription |
Provides the MINA implementation to expect an ACK for a sent MESSAGE
|
| asia.stampy.server.mina.transaction |
Provides the MINA implementation to manage transactional boundaries
|