@StampyLibrary(libraryName="stampy-MINA-client-server-RI") public class MinaConnectStateListener extends AbstractConnectStateListener<ServerMinaMessageGateway>
StompMessageType.CONNECT or
StompMessageType.STOMP frame is the first frame a client sends, that
no additional connect frames are sent, and that a
StompMessageType.DISCONNECT frame initializes the state.connectedClients| Constructor and Description |
|---|
MinaConnectStateListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureCleanup()
Configure the gateway to clean up the queue of connected clients on session
termination.
|
getGateway, getMessageTypes, isForMessage, messageReceived, setGatewayprotected void ensureCleanup()
AbstractConnectStateListenerensureCleanup in class AbstractConnectStateListener<ServerMinaMessageGateway>