Interface WebSocketSessionAware
-
public interface WebSocketSessionAwareInterface used byClientWebSocketto gain access to the underlyingWebSocketSession.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetWebSocketSession(WebSocketSession session)Sets theWebSocketSession.
-
-
-
Method Detail
-
setWebSocketSession
void setWebSocketSession(WebSocketSession session)
Sets theWebSocketSession.- Parameters:
session- The session.
-
-