Class ConvertingEncoderDecoderSupport.BinaryDecoder<T>
java.lang.Object
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport<T,ByteBuffer>
 
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryDecoder<T>
- Type Parameters:
- T- the type that this Decoder can convert from
- All Implemented Interfaces:
- Decoder,- Decoder.Binary<T>
- Enclosing class:
- ConvertingEncoderDecoderSupport<T,M> 
public abstract static class ConvertingEncoderDecoderSupport.BinaryDecoder<T>
extends ConvertingEncoderDecoderSupport<T,ByteBuffer>
implements Decoder.Binary<T> 
A binary 
jakarta.websocket.Encoder that delegates
 to Spring's conversion service. See ConvertingEncoderDecoderSupport for details.- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportConvertingEncoderDecoderSupport.BinaryDecoder<T>, ConvertingEncoderDecoderSupport.BinaryEncoder<T>, ConvertingEncoderDecoderSupport.TextDecoder<T>, ConvertingEncoderDecoderSupport.TextEncoder<T>Nested classes/interfaces inherited from interface jakarta.websocket.DecoderDecoder.Binary<T extends Object>, Decoder.BinaryStream<T extends Object>, Decoder.Text<T extends Object>, Decoder.TextStream<T extends Object>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportdecode, destroy, encode, getApplicationContext, getConversionService, getMessageType, getType, init, willDecodeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.websocket.Decoder.Binarydecode, willDecode
- 
Constructor Details- 
BinaryDecoderpublic BinaryDecoder()
 
-