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,
Throwable cause,
Http2Exception.StreamException http2Ex)
Handler for a stream error.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.