クラス ConvertingEncoderDecoderSupport.BinaryEncoder<T>

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

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

    • BinaryEncoder

      public BinaryEncoder()