|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectio.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
io.netty.handler.codec.MessageToByteEncoder<RemotingCommand>
com.alibaba.rocketmq.remoting.netty.NettyEncoder
public class NettyEncoder
协议编码器
| 嵌套类摘要 |
|---|
| 从接口 io.netty.channel.ChannelHandler 继承的嵌套类/接口 |
|---|
io.netty.channel.ChannelHandler.Sharable |
| 构造方法摘要 | |
|---|---|
NettyEncoder()
|
|
| 方法摘要 | |
|---|---|
void |
encode(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand remotingCommand,
io.netty.buffer.ByteBuf out)
|
| 从类 io.netty.handler.codec.MessageToByteEncoder 继承的方法 |
|---|
acceptOutboundMessage, allocateBuffer, write |
| 从类 io.netty.channel.ChannelOutboundHandlerAdapter 继承的方法 |
|---|
bind, close, connect, deregister, disconnect, flush, read |
| 从类 io.netty.channel.ChannelHandlerAdapter 继承的方法 |
|---|
exceptionCaught, handlerAdded, handlerRemoved, isSharable |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 io.netty.channel.ChannelHandler 继承的方法 |
|---|
exceptionCaught, handlerAdded, handlerRemoved |
| 构造方法详细信息 |
|---|
public NettyEncoder()
| 方法详细信息 |
|---|
public void encode(io.netty.channel.ChannelHandlerContext ctx,
RemotingCommand remotingCommand,
io.netty.buffer.ByteBuf out)
throws Exception
io.netty.handler.codec.MessageToByteEncoder<RemotingCommand> 中的 encodeException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||