public class SessionConnectEvent extends AbstractSubProtocolEvent
Note that this is not the same as the WebSocket session getting established but rather the client's first attempt to connect within the the sub-protocol, for example sending the STOMP CONNECT frame.
| Constructor and Description |
|---|
SessionConnectEvent(java.lang.Object source,
Message<byte[]> message) |
getMessage, toStringgetTimestamppublic SessionConnectEvent(java.lang.Object source,
Message<byte[]> message)