类 TripleHttp2FrameServerHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelDuplexHandler
-
- org.apache.dubbo.rpc.protocol.tri.TripleHttp2FrameServerHandler
-
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler,io.netty.channel.ChannelOutboundHandler
public class TripleHttp2FrameServerHandler extends io.netty.channel.ChannelDuplexHandler
-
-
构造器概要
构造器 构造器 说明 TripleHttp2FrameServerHandler()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidchannelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)voidexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)voidonDataRead(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http2.Http2DataFrame msg)voidonHeadersRead(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http2.Http2HeadersFrame msg)-
从类继承的方法 io.netty.channel.ChannelDuplexHandler
bind, close, connect, deregister, disconnect, flush, read, write
-
-
-
-
方法详细资料
-
channelRead
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception- 指定者:
channelRead在接口中io.netty.channel.ChannelInboundHandler- 覆盖:
channelRead在类中io.netty.channel.ChannelInboundHandlerAdapter- 抛出:
Exception
-
exceptionCaught
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause) throws Exception- 指定者:
exceptionCaught在接口中io.netty.channel.ChannelHandler- 指定者:
exceptionCaught在接口中io.netty.channel.ChannelInboundHandler- 覆盖:
exceptionCaught在类中io.netty.channel.ChannelInboundHandlerAdapter- 抛出:
Exception
-
onDataRead
public void onDataRead(io.netty.channel.ChannelHandlerContext ctx, io.netty.handler.codec.http2.Http2DataFrame msg) throws Exception- 抛出:
Exception
-
-