Interface WebSocketSessionAware
public interface WebSocketSessionAware
Interface used by
ClientWebSocket
to gain access to the underlying WebSocketSession
.- Since:
- 1.0
- Author:
- graemerocher
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setWebSocketSession
(WebSocketSession session) Sets theWebSocketSession
.
-
Method Details
-
setWebSocketSession
Sets theWebSocketSession
.- Parameters:
session
- The session.
-