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.http2Classes in io.netty.handler.codec.http2 that implement interfaces with type arguments of type Http2Exception.StreamExceptionModifier and TypeClassDescriptionstatic final classProvides the ability to handle multiple stream exceptions with one throw statement.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 TypeMethodDescriptionvoidHttp2Exception.CompositeStreamException.add(Http2Exception.StreamException e) 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.