软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Class and Description |
---|---|
static class |
Http2Exception.HeaderListSizeException |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Http2Exception.StreamException> |
Http2Exception.CompositeStreamException.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Http2Exception.CompositeStreamException.add(Http2Exception.StreamException e) |
protected void |
Http2FrameCodec.onStreamError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception.StreamException streamException)
未知数据流的例外情况(即没有附加 Http2FrameStream 对象的数据流)将被简单记录并通过发送RST_STREAM帧进行回复。
|
protected void |
Http2ConnectionHandler.onStreamError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception.StreamException http2Ex)
处理程序的流错误。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.