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.Fields in io.netty.handler.codec.http2 declared as Http2Exception.ShutdownHintModifier and TypeFieldDescriptionprivate final Http2Exception.ShutdownHintHttp2Exception.shutdownHintMethods 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.Methods in io.netty.handler.codec.http2 with parameters of type Http2Exception.ShutdownHintModifier and TypeMethodDescription(package private) static Http2ExceptionHttp2Exception.newStatic(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, Class<?> clazz, String method) 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) privateHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared) Http2Exception(Http2Error error, String message, Throwable cause, Http2Exception.ShutdownHint shutdownHint) (package private)StacklessHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint) (package private)StacklessHttp2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared)