程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 类和说明 |
---|---|
static class |
Http2Exception.HeaderListSizeException |
限定符和类型 | 方法和说明 |
---|---|
java.util.Iterator<Http2Exception.StreamException> |
Http2Exception.CompositeStreamException.iterator() |
限定符和类型 | 方法和说明 |
---|---|
void |
Http2Exception.CompositeStreamException.add(Http2Exception.StreamException e) |
protected void |
Http2FrameCodec.onStreamError(ChannelHandlerContext ctx,
boolean outbound,
java.lang.Throwable cause,
Http2Exception.StreamException streamException)
Exceptions for unknown streams, that is streams that have no
Http2FrameStream object attached
are simply logged and replied to by sending a RST_STREAM frame. |
protected void |
Http2ConnectionHandler.onStreamError(ChannelHandlerContext ctx,
boolean outbound,
java.lang.Throwable cause,
Http2Exception.StreamException http2Ex)
Handler for a stream error.
|