Interface Decoder.BinaryStream<T>

Type Parameters:
T - The type of object produced by the decoder
All Superinterfaces:
Decoder
Enclosing interface:
Decoder

public static interface Decoder.BinaryStream<T> extends Decoder
A decoder that decodes entire binary WebSocket messages from an input stream into an object of type T.
  • Method Details