Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and 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.
|
Constructor and 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) |
Copyright © 2008–2024 The Netty Project. All rights reserved.