- 所有已实现的接口:
IDecoder<io.netty.handler.codec.http.websocketx.TextWebSocketFrame,String>
public class WebsocketClientBaseDecoder
extends Object
implements IDecoder<io.netty.handler.codec.http.websocketx.TextWebSocketFrame,String>
-
-
方法概要
decode(io.netty.handler.codec.http.websocketx.TextWebSocketFrame data)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
WebsocketClientBaseDecoder
public WebsocketClientBaseDecoder()
-
方法详细资料
-
decode
public String decode(io.netty.handler.codec.http.websocketx.TextWebSocketFrame data)
throws io.netty.handler.codec.DecoderException
- 指定者:
decode 在接口中 IDecoder<io.netty.handler.codec.http.websocketx.TextWebSocketFrame,String>
- 抛出:
io.netty.handler.codec.DecoderException