クラス ConvertingEncoderDecoderSupport.BinaryDecoder<T>

java.lang.ObjectSE
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport<T,ByteBufferSE>
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryDecoder<T>
型パラメーター:
T - このデコーダーが変換できる型
実装されたすべてのインターフェース:
DecoderEEDecoder.BinaryEE<T>
含まれているクラス:
ConvertingEncoderDecoderSupport<T,M>

public abstract static class ConvertingEncoderDecoderSupport.BinaryDecoder<T> extends ConvertingEncoderDecoderSupport<T,ByteBufferSE> implements Decoder.BinaryEE<T>
Spring の変換サービスに委譲するバイナリ jakarta.websocket.Encoder。詳細については、ConvertingEncoderDecoderSupport を参照してください。
  • コンストラクターの詳細

    • BinaryDecoder

      public BinaryDecoder()