类 WebsocketClientBaseDecoder

java.lang.Object
cn.godmao.getty.client.base.WebsocketClientBaseDecoder
所有已实现的接口:
IDecoder<io.netty.handler.codec.http.websocketx.TextWebSocketFrame,String>

public class WebsocketClientBaseDecoder extends Object implements IDecoder<io.netty.handler.codec.http.websocketx.TextWebSocketFrame,String>
  • 构造器详细资料

    • 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