程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 方法和说明 |
---|---|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.clientHeaders(boolean validateHeaders,
AsciiString method,
AsciiString path,
AsciiString scheme,
AsciiString authority,
AsciiString... otherHeaders)
Create a new read only representation of headers used by clients.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders,
AsciiString status,
AsciiString... otherHeaders)
Create a new read only representation of headers used by servers.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.trailers(boolean validateHeaders,
AsciiString... otherHeaders)
Used to create read only object designed to represent trailers.
|