Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
static class |
Http2Exception.HeaderListSizeException |
Modifier and Type | Method and Description |
---|---|
Iterator<Http2Exception.StreamException> |
Http2Exception.CompositeStreamException.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Http2Exception.CompositeStreamException.add(Http2Exception.StreamException e) |
protected void |
Http2ConnectionHandler.onStreamError(ChannelHandlerContext ctx,
boolean outbound,
Throwable cause,
Http2Exception.StreamException http2Ex)
Handler for a stream error.
|
protected void |
Http2FrameCodec.onStreamError(ChannelHandlerContext ctx,
boolean outbound,
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. |
Copyright © 2008–2024 The Netty Project. All rights reserved.