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.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.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.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.examples.client.mina |
Provides a MINA client gateway which terminates the Java process on disconnection
|
| asia.stampy.examples.client.netty |
Provides a NETTY client gateway which terminates the Java process on disconnection
|
| asia.stampy.examples.common |
Provides a blank implementation of a SecurityMessageListener
|
| asia.stampy.examples.loadtest.client |
Provides the load test client
|
| asia.stampy.examples.loadtest.client.mina |
Provides the MINA client gateway initializer for the load test client
|
| asia.stampy.examples.loadtest.client.netty |
Provides the NETTY client gateway initializer for the load test client
|
| asia.stampy.examples.loadtest.server |
Provides the load test server
|
| asia.stampy.examples.loadtest.server.mina |
Provides the MINA initializer for the load test server
|
| asia.stampy.examples.loadtest.server.netty |
Provides the NETTY initializer for the load test server
|
| asia.stampy.examples.remote.exe.common |
Provides client/server classes which can execute a binary object sent from a client or server
|
| asia.stampy.examples.remote.exe.log4j.client |
Provides the log4j level changer client
|
| asia.stampy.examples.remote.exe.log4j.client.mina |
Provides the MINA client gateway initializer for the log4j level changer client
|
| asia.stampy.examples.remote.exe.log4j.client.netty |
Provides the NETTY client gateway initializer for the log4j level changer client
|
| asia.stampy.examples.remote.exe.log4j.common |
Provides the log4j level changer implementation
|
| asia.stampy.examples.remote.exe.log4j.server |
Provides the log4j level changer server
|
| asia.stampy.examples.remote.exe.log4j.server.mina |
Provides the MINA server gateway initializer for the log4j level changer server
|
| asia.stampy.examples.remote.exe.log4j.server.netty |
Provides the NETTY server gateway initializer for the log4j level changer server
|
| asia.stampy.examples.system.client |
Provides the system client
|
| asia.stampy.examples.system.client.mina |
Provides the MINA client gateway initializer for the system test client
|
| asia.stampy.examples.system.client.netty |
Provides the NETTY client gateway initializer for the system client
|
| asia.stampy.examples.system.server |
Provides the system server
|
| asia.stampy.examples.system.server.mina |
Provides the MINA server gateway initializer for the system test server
|
| asia.stampy.examples.system.server.netty |
Provides the NETTY server gateway initializer for the system server
|
| 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
|
| 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
|