See: Description
Class | Description |
---|---|
ConvertingEncoderDecoderSupport<T,M> | |
ConvertingEncoderDecoderSupport.BinaryDecoder<T> |
A binary
javax.websocket.Encoder that delegates
to Spring's conversion service. |
ConvertingEncoderDecoderSupport.BinaryEncoder<T> |
A binary
javax.websocket.Encoder that delegates
to Spring's conversion service. |
ConvertingEncoderDecoderSupport.TextDecoder<T> |
A Text
javax.websocket.Encoder that delegates
to Spring's conversion service. |
ConvertingEncoderDecoderSupport.TextEncoder<T> |
A text
javax.websocket.Encoder that delegates
to Spring's conversion service. |
StandardToWebSocketExtensionAdapter |
A sub-class of
WebSocketExtension that
can be constructed from an Extension . |
StandardWebSocketHandlerAdapter |
Adapts a
WebSocketHandler to the standard WebSocket for Java API. |
StandardWebSocketSession |
A
WebSocketSession for use with the standard WebSocket for Java API. |
WebSocketToStandardExtensionAdapter |
Adapt an instance of
WebSocketExtension to
the Extension interface. |