软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
Http2Exception.ShutdownHint |
Http2Exception.shutdownHint()
提供关于应执行什么类型的关闭的提示。
|
static Http2Exception.ShutdownHint |
Http2Exception.ShutdownHint.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static Http2Exception.ShutdownHint[] |
Http2Exception.ShutdownHint.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
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) |
Copyright © 2008–2018 The Netty Project. All rights reserved.