Uses of Class
io.netty.handler.codec.http2.ReadOnlyHttp2Headers
Packages that use ReadOnlyHttp2Headers
-
Uses of ReadOnlyHttp2Headers in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return ReadOnlyHttp2HeadersModifier and TypeMethodDescriptionstatic 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.