public class TripleHttp2FrameServerHandler
extends io.netty.channel.ChannelDuplexHandler
| 构造器和说明 |
|---|
TripleHttp2FrameServerHandler(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel,
org.apache.dubbo.rpc.executor.ExecutorSupport executorSupport,
List<HeaderFilter> filters,
io.netty.handler.codec.http2.Http2StreamChannel channel,
TripleWriteQueue writeQueue) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
onDataRead(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2DataFrame msg) |
void |
onHeadersRead(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2HeadersFrame msg) |
void |
onResetRead(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2ResetFrame frame) |
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt) |
bind, close, connect, deregister, disconnect, flush, read, writepublic TripleHttp2FrameServerHandler(org.apache.dubbo.rpc.model.FrameworkModel frameworkModel, org.apache.dubbo.rpc.executor.ExecutorSupport executorSupport, List<HeaderFilter> filters, io.netty.handler.codec.http2.Http2StreamChannel channel, TripleWriteQueue writeQueue)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
channelRead 在接口中 io.netty.channel.ChannelInboundHandlerchannelRead 在类中 io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt)
throws Exception
userEventTriggered 在接口中 io.netty.channel.ChannelInboundHandleruserEventTriggered 在类中 io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void onResetRead(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2ResetFrame frame)
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught 在接口中 io.netty.channel.ChannelHandlerexceptionCaught 在接口中 io.netty.channel.ChannelInboundHandlerexceptionCaught 在类中 io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void onDataRead(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2DataFrame msg)
throws Exception
ExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.