Module io.netty.codec.http2
Package io.netty5.handler.codec.http2
Class Http2NoMoreStreamIdsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.netty5.handler.codec.http2.Http2Exception
-
- io.netty5.handler.codec.http2.Http2NoMoreStreamIdsException
-
- All Implemented Interfaces:
Serializable
@UnstableApi public class Http2NoMoreStreamIdsException extends Http2Exception
This exception is thrown when there are no more stream IDs available for the current connection- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.netty5.handler.codec.http2.Http2Exception
Http2Exception.ClosedStreamCreationException, Http2Exception.CompositeStreamException, Http2Exception.HeaderListSizeException, Http2Exception.ShutdownHint, Http2Exception.StreamException
-
-
Constructor Summary
Constructors Constructor Description Http2NoMoreStreamIdsException()
Http2NoMoreStreamIdsException(Throwable cause)
-
Method Summary
-
Methods inherited from class io.netty5.handler.codec.http2.Http2Exception
closedStreamError, connectionError, connectionError, error, headerListSizeError, isStreamError, shutdownHint, streamError, streamError, streamId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
Http2NoMoreStreamIdsException
public Http2NoMoreStreamIdsException()
-
Http2NoMoreStreamIdsException
public Http2NoMoreStreamIdsException(Throwable cause)
-
-