类 SessionConnectEvent

  • 所有已实现的接口:
    Serializable

    public class SessionConnectEvent
    extends AbstractSubProtocolEvent
    Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g. STOMP) as the WebSocket sub-protocol issues a connect request.

    Note that this is not the same as the WebSocket session getting established but rather the client's first attempt to connect within the sub-protocol, for example sending the STOMP CONNECT frame.

    从以下版本开始:
    4.0.3
    作者:
    Rossen Stoyanchev
    另请参阅:
    序列化表格