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 | Field and Description |
---|---|
private java.util.List<Http2Exception.StreamException> |
Http2Exception.CompositeStreamException.exceptions |
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.InternalHttp2ConnectionHandler.onStreamError(ChannelHandlerContext ctx,
java.lang.Throwable cause,
Http2Exception.StreamException http2Ex) |
protected void |
Http2ConnectionHandler.onStreamError(ChannelHandlerContext ctx,
java.lang.Throwable cause,
Http2Exception.StreamException http2Ex)
Handler for a stream error.
|