软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.clientHeaders(boolean validateHeaders, AsciiString method, AsciiString path, AsciiString scheme, AsciiString authority, AsciiString... otherHeaders)
创建客户端使用的标题的新的只读表示。
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders, AsciiString status, AsciiString... otherHeaders)
创建服务器使用的标题的新的只读表示。
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.trailers(boolean validateHeaders, AsciiString... otherHeaders)
用于创建用于表示预告片的只读对象。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.