static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.clientHeaders(boolean validateHeaders,
io.netty.util.AsciiString method,
io.netty.util.AsciiString path,
io.netty.util.AsciiString scheme,
io.netty.util.AsciiString authority,
io.netty.util.AsciiString... otherHeaders) |
Create a new read only representation of headers used by clients.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.serverHeaders(boolean validateHeaders,
io.netty.util.AsciiString status,
io.netty.util.AsciiString... otherHeaders) |
Create a new read only representation of headers used by servers.
|
static ReadOnlyHttp2Headers |
ReadOnlyHttp2Headers.trailers(boolean validateHeaders,
io.netty.util.AsciiString... otherHeaders) |
Used to create read only object designed to represent trailers.
|