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
Subclasses with type arguments of type Http2Headers.PseudoHeaderName in io.netty.handler.codec.http2Modifier and TypeClassDescriptionstatic enumHTTP/2 pseudo-headers names.Methods in io.netty.handler.codec.http2 that return Http2Headers.PseudoHeaderNameModifier and TypeMethodDescriptionHttp2Headers.PseudoHeaderName.getPseudoHeader(AsciiString header) Returns theHttp2Headers.PseudoHeaderNamecorresponding to the specified header name.Http2Headers.PseudoHeaderName.getPseudoHeader(CharSequence header) Returns theHttp2Headers.PseudoHeaderNamecorresponding to the specified header name.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.