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