Uses of Enum
io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
Packages that use Http2Headers.PseudoHeaderName
-
Uses of Http2Headers.PseudoHeaderName in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2Headers.PseudoHeaderNameModifier and TypeMethodDescriptionHttp2Headers.PseudoHeaderName.getPseudoHeader
(AsciiString header) Returns theHttp2Headers.PseudoHeaderName
corresponding to the specified header name.Http2Headers.PseudoHeaderName.getPseudoHeader
(CharSequence header) Returns theHttp2Headers.PseudoHeaderName
corresponding to the specified header name.private static Http2Headers.PseudoHeaderName
Http2Headers.PseudoHeaderName.getPseudoHeaderName
(CharSequence header) Returns the enum constant of this type with the specified name.static Http2Headers.PseudoHeaderName[]
Http2Headers.PseudoHeaderName.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.netty.handler.codec.http2 with parameters of type Http2Headers.PseudoHeaderNameModifier and TypeMethodDescriptionprivate static HpackHeaderField
HpackStaticTable.newEmptyPseudoHeaderField
(Http2Headers.PseudoHeaderName name) private static HpackHeaderField
HpackStaticTable.newPseudoHeaderField
(Http2Headers.PseudoHeaderName name, AsciiString value) private static HpackHeaderField
HpackStaticTable.newPseudoHeaderField
(Http2Headers.PseudoHeaderName name, String value)