public interface WebSocketSessionAware
ClientWebSocket
to gain access to the underlying WebSocketSession
.Modifier and Type | Method and Description |
---|---|
void |
setWebSocketSession(WebSocketSession session)
Sets the
WebSocketSession . |
void setWebSocketSession(WebSocketSession session)
WebSocketSession
.session
- The session.