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
Fields in io.netty.handler.codec.http2 declared as Http2Exception.ShutdownHintModifier and TypeFieldDescriptionprivate final Http2Exception.ShutdownHint
Http2Exception.shutdownHint
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.ShutdownHint
Returns 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 Http2Exception
Http2Exception.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) private
Http2Exception
(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)