Package | Description |
---|---|
org.springframework.web.socket.adapter.standard |
Adapter classes for the standard Java WebSocket API.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConvertingEncoderDecoderSupport.BinaryDecoder<T>
A binary
javax.websocket.Encoder that delegates
to Spring's conversion service. |
static class |
ConvertingEncoderDecoderSupport.BinaryEncoder<T>
A binary
javax.websocket.Encoder that delegates
to Spring's conversion service. |
static class |
ConvertingEncoderDecoderSupport.TextDecoder<T>
A Text
javax.websocket.Encoder that delegates
to Spring's conversion service. |
static class |
ConvertingEncoderDecoderSupport.TextEncoder<T>
A text
javax.websocket.Encoder that delegates
to Spring's conversion service. |