Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Field and Description |
---|---|
private Http2Exception.ShutdownHint |
Http2Exception.shutdownHint |
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(java.lang.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,
java.lang.String message,
Http2Exception.ShutdownHint shutdownHint) |
Http2Exception(Http2Error error,
java.lang.String message,
java.lang.Throwable cause,
Http2Exception.ShutdownHint shutdownHint) |