Uses of Class
io.netty5.handler.codec.http2.ReadOnlyHttp2Headers
-
Packages that use ReadOnlyHttp2Headers Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of ReadOnlyHttp2Headers in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return ReadOnlyHttp2Headers Modifier and Type Method 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.
-