@StampyLibrary(libraryName="stampy-NETTY-client-server-RI") public class NettyConnectStateListener extends AbstractConnectStateListener<ServerNettyMessageGateway>
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 |
|---|
NettyConnectStateListener() |
| 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<ServerNettyMessageGateway>