Uses of Class
io.netty5.handler.codec.http2.Http2Exception.ShutdownHint
-
Packages that use Http2Exception.ShutdownHint Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Exception.ShutdownHint in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return Http2Exception.ShutdownHint Modifier and Type Method Description Http2Exception.ShutdownHint
Http2Exception. shutdownHint()
Provide a hint as to what type of shutdown should be executed.static Http2Exception.ShutdownHint
Http2Exception.ShutdownHint. valueOf(String name)
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.Constructors in io.netty5.handler.codec.http2 with parameters of type Http2Exception.ShutdownHint Constructor Description Http2Exception(Http2Error error, Http2Exception.ShutdownHint shutdownHint)
Http2Exception(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint)
Http2Exception(Http2Error error, String message, Throwable cause, Http2Exception.ShutdownHint shutdownHint)
-