 |
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
-
Methods inherited from interface org.springframework.web.socket.WebSocketSession
close, close, getAcceptedProtocol, getAttributes, getBinaryMessageSizeLimit, getExtensions, getHandshakeHeaders, getId, getLocalAddress, getPrincipal, getRemoteAddress, getTextMessageSizeLimit, getUri, isOpen, sendMessage, setBinaryMessageSizeLimit, setTextMessageSizeLimit
-
-
Method Detail
-
getNativeSession
@Nullable
<T> T getNativeSession(@Nullable
java.lang.Class<T> requiredType)
Return the underlying native WebSocketSession, if available.
- Parameters:
requiredType - the required type of the session
- Returns:
- the native session of the required type,
or
null if not available
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
|
|