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.
  • Constructor Details

    • BinaryDecoder

      public BinaryDecoder()