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.exceptionsMethods 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 TypeMethodDescriptionvoidHttp2Exception.CompositeStreamException.add(Http2Exception.StreamException e) private static voidHttp2FrameCodec.onHttp2UnknownStreamError(ChannelHandlerContext ctx, Throwable cause, Http2Exception.StreamException streamException) protected voidHttp2ConnectionHandler.onStreamError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, Http2Exception.StreamException http2Ex) Handler for a stream error.protected final voidHttp2FrameCodec.onStreamError(ChannelHandlerContext ctx, boolean outbound, Throwable cause, Http2Exception.StreamException streamException) Exceptions for unknown streams, that is streams that have noHttp2FrameStreamobject attached are simply logged and replied to by sending a RST_STREAM frame.