程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 方法和说明 |
---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static Http2Exception.ShutdownHint[] |
Http2Exception.ShutdownHint.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
构造器和说明 |
---|
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) |