Uses of Class
io.netty.handler.codec.http2.Http2Exception.StreamException
Packages that use Http2Exception.StreamException
-
Uses of Http2Exception.StreamException in io.netty.handler.codec.http2
Subclasses of Http2Exception.StreamException in io.netty.handler.codec.http2Fields in io.netty.handler.codec.http2 with type parameters of type Http2Exception.StreamExceptionModifier and TypeFieldDescriptionprivate final List
<Http2Exception.StreamException> Http2Exception.CompositeStreamException.exceptions
Methods in io.netty.handler.codec.http2 that return types with arguments of type Http2Exception.StreamExceptionMethods in io.netty.handler.codec.http2 with parameters of type Http2Exception.StreamExceptionModifier and TypeMethodDescriptionvoid
Http2Exception.CompositeStreamException.add
(Http2Exception.StreamException e) private static void
Http2FrameCodec.onHttp2UnknownStreamError
(ChannelHandlerContext ctx, Throwable cause, Http2Exception.StreamException streamException) protected void
Http2ConnectionHandler.onStreamError
(ChannelHandlerContext ctx, boolean outbound, Throwable cause, Http2Exception.StreamException http2Ex) Handler for a stream error.protected final 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.