Decoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>| Modifier and Type | Method | Description |
|---|---|---|
T |
decode(Reader reader) |
Reads the websocket message from the implementation provided
Reader and decodes it into an instance of the supplied object type.
|
T decode(Reader reader) throws DecodeException, IOException
reader - the reader from which to read the web socket message.DecodeExceptionIOExceptionCopyright © 2019 Oracle. All rights reserved.