spring-framework / org.springframework.web.socket.messaging / SessionConnectedEvent

SessionConnectedEvent

open class SessionConnectedEvent : AbstractSubProtocolEvent

A connected event represents the server response to a client's connect request. See org.springframework.web.socket.messaging.SessionConnectEvent.

Author
Rossen Stoyanchev

Since
4.0.3

Constructors

<init>

SessionConnectedEvent(source: Any, message: Message<ByteArray>)

Create a new SessionConnectedEvent.

SessionConnectedEvent(source: Any, message: Message<ByteArray>, user: Principal)