-
-
方法概要
decode(io.netty.buffer.ByteBuf byteBuf)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
DefaultDecoder
public DefaultDecoder()
-
方法详细资料
-
decode
public Object decode(io.netty.buffer.ByteBuf byteBuf)
throws io.netty.handler.codec.DecoderException
- 指定者:
decode 在接口中 IDecoder<io.netty.buffer.ByteBuf,Object>
- 抛出:
io.netty.handler.codec.DecoderException
-