public class OKCoinDecoder extends Object implements javax.websocket.Decoder.TextStream<OKCoinData[]>
OKCoinData.| Constructor and Description |
|---|
OKCoinDecoder() |
| Modifier and Type | Method and Description |
|---|---|
OKCoinData[] |
decode(Reader reader) |
void |
destroy() |
void |
init(javax.websocket.EndpointConfig config) |
public void init(javax.websocket.EndpointConfig config)
init in interface javax.websocket.Decoderpublic void destroy()
destroy in interface javax.websocket.Decoderpublic OKCoinData[] decode(Reader reader) throws javax.websocket.DecodeException, IOException
decode in interface javax.websocket.Decoder.TextStream<OKCoinData[]>javax.websocket.DecodeExceptionIOExceptionCopyright © 2013–2017. All rights reserved.