Uses of Class
io.netty.handler.codec.http2.ReadOnlyHttp2Headers
-
Packages that use ReadOnlyHttp2Headers Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of ReadOnlyHttp2Headers in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return ReadOnlyHttp2Headers Modifier and Type Method Description static ReadOnlyHttp2HeadersReadOnlyHttp2Headers. 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 ReadOnlyHttp2HeadersReadOnlyHttp2Headers. serverHeaders(boolean validateHeaders, AsciiString status, AsciiString... otherHeaders)Create a new read only representation of headers used by servers.static ReadOnlyHttp2HeadersReadOnlyHttp2Headers. trailers(boolean validateHeaders, AsciiString... otherHeaders)Used to create read only object designed to represent trailers.
-