See: Description
| Class | Description |
|---|---|
| ConvertingEncoderDecoderSupport<T,M> |
Base class that can be used to implement a standard
Encoder
and/or Decoder. |
| 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 | |
| StandardWebSocketHandlerAdapter |
Adapts a
WebSocketHandler to the standard WebSocket for Java API. |
| StandardWebSocketSession |
A
WebSocketSession for use with the standard WebSocket for Java API. |
| WebSocketToStandardExtensionAdapter |