Uses of Class
io.netty5.handler.codec.http2.Http2Exception.StreamException
-
Packages that use Http2Exception.StreamException Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Exception.StreamException in io.netty5.handler.codec.http2
Subclasses of Http2Exception.StreamException in io.netty5.handler.codec.http2 Modifier and Type Class Description static class
Http2Exception.HeaderListSizeException
Methods in io.netty5.handler.codec.http2 that return types with arguments of type Http2Exception.StreamException Modifier and Type Method Description Iterator<Http2Exception.StreamException>
Http2Exception.CompositeStreamException. iterator()
Methods in io.netty5.handler.codec.http2 with parameters of type Http2Exception.StreamException Modifier and Type Method 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 noHttp2FrameStream
object attached are simply logged and replied to by sending a RST_STREAM frame.
-