Uses of Class
io.netty.handler.codec.http2.Http2Exception.StreamException
-
Packages that use Http2Exception.StreamException Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Exception.StreamException in io.netty.handler.codec.http2
Subclasses of Http2Exception.StreamException in io.netty.handler.codec.http2 Modifier and Type Class Description static classHttp2Exception.HeaderListSizeExceptionFields in io.netty.handler.codec.http2 with type parameters of type Http2Exception.StreamException Modifier and Type Field Description private java.util.List<Http2Exception.StreamException>Http2Exception.CompositeStreamException. exceptionsMethods in io.netty.handler.codec.http2 that return types with arguments of type Http2Exception.StreamException Modifier and Type Method Description java.util.Iterator<Http2Exception.StreamException>Http2Exception.CompositeStreamException. iterator()Methods in io.netty.handler.codec.http2 with parameters of type Http2Exception.StreamException Modifier and Type Method Description voidHttp2Exception.CompositeStreamException. add(Http2Exception.StreamException e)private voidHttp2FrameCodec. onHttp2UnknownStreamError(ChannelHandlerContext ctx, java.lang.Throwable cause, Http2Exception.StreamException streamException)protected voidHttp2ConnectionHandler. onStreamError(ChannelHandlerContext ctx, boolean outbound, java.lang.Throwable cause, Http2Exception.StreamException http2Ex)Handler for a stream error.protected voidHttp2FrameCodec. onStreamError(ChannelHandlerContext ctx, boolean outbound, java.lang.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.
-