Uses of Enum
io.netty.handler.codec.http2.Http2Exception.ShutdownHint
Packages that use Http2Exception.ShutdownHint
-
Uses of Http2Exception.ShutdownHint in io.netty.handler.codec.http2
Subclasses with type arguments of type Http2Exception.ShutdownHint in io.netty.handler.codec.http2Modifier and TypeClassDescriptionstatic enumProvides a hint as to if shutdown is justified, what type of shutdown should be executed.Methods in io.netty.handler.codec.http2 that return Http2Exception.ShutdownHintModifier and TypeMethodDescriptionHttp2Exception.shutdownHint()Provide a hint as to what type of shutdown should be executed.static Http2Exception.ShutdownHintReturns the enum constant of this type with the specified name.static Http2Exception.ShutdownHint[]Http2Exception.ShutdownHint.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.http2 with parameters of type Http2Exception.ShutdownHintModifierConstructorDescriptionHttp2Exception(Http2Error error, Http2Exception.ShutdownHint shutdownHint) Http2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint) Http2Exception(Http2Error error, String message, Throwable cause, Http2Exception.ShutdownHint shutdownHint)