|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectio.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.LengthFieldBasedFrameDecoder
com.alibaba.rocketmq.remoting.netty.NettyDecoder
public class NettyDecoder
协议解码器
| 嵌套类摘要 |
|---|
| 从接口 io.netty.channel.ChannelHandler 继承的嵌套类/接口 |
|---|
io.netty.channel.ChannelHandler.Sharable |
| 构造方法摘要 | |
|---|---|
NettyDecoder()
|
|
| 方法摘要 | |
|---|---|
Object |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in)
|
| 从类 io.netty.handler.codec.LengthFieldBasedFrameDecoder 继承的方法 |
|---|
decode, extractFrame, getUnadjustedFrameLength |
| 从类 io.netty.handler.codec.ByteToMessageDecoder 继承的方法 |
|---|
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecode |
| 从类 io.netty.channel.ChannelInboundHandlerAdapter 继承的方法 |
|---|
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered |
| 从类 io.netty.channel.ChannelHandlerAdapter 继承的方法 |
|---|
handlerAdded, isSharable |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 io.netty.channel.ChannelHandler 继承的方法 |
|---|
handlerAdded |
| 构造方法详细信息 |
|---|
public NettyDecoder()
| 方法详细信息 |
|---|
public Object decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in)
throws Exception
io.netty.handler.codec.LengthFieldBasedFrameDecoder 中的 decodeException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||