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.Decoder
public void destroy()
destroy
in interface javax.websocket.Decoder
public OKCoinData[] decode(Reader reader) throws javax.websocket.DecodeException, IOException
decode
in interface javax.websocket.Decoder.TextStream<OKCoinData[]>
javax.websocket.DecodeException
IOException
Copyright © 2013–2017. All rights reserved.