Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.