- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelDuplexHandler
-
- io.netty.handler.codec.http2.Http2ChannelDuplexHandler
-
- org.apache.dubbo.rpc.protocol.tri.TripleServerConnectionHandler
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
方法概要
所有方法 实例方法 具体方法
| 修饰符和类型 |
方法 |
说明 |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
|
void |
close(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.ChannelPromise promise) |
|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
|
-
从类继承的方法 io.netty.handler.codec.http2.Http2ChannelDuplexHandler
handlerAdded, handlerRemoved, newStream
-
从类继承的方法 io.netty.channel.ChannelDuplexHandler
bind, connect, deregister, disconnect, flush, read, write
-
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggered
-
从类继承的方法 io.netty.channel.ChannelHandlerAdapter
isSharable