Package io.netty.handler.codec.http2
Class Http2Exception.HeaderListSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.netty.handler.codec.http2.Http2Exception
-
- io.netty.handler.codec.http2.Http2Exception.StreamException
-
- io.netty.handler.codec.http2.Http2Exception.HeaderListSizeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Http2Exception
public static final class Http2Exception.HeaderListSizeException extends Http2Exception.StreamException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty.handler.codec.http2.Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
duringDecode()
-
Methods inherited from class io.netty.handler.codec.http2.Http2Exception.StreamException
streamId
-
Methods inherited from class io.netty.handler.codec.http2.Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
-
-