Uses of Enum
io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
Packages that use Http3Headers.PseudoHeaderName
-
Uses of Http3Headers.PseudoHeaderName in io.netty.handler.codec.http3
Subclasses with type arguments of type Http3Headers.PseudoHeaderName in io.netty.handler.codec.http3Modifier and TypeClassDescriptionstatic enumHTTP/2 (and HTTP/3) pseudo-headers names.Methods in io.netty.handler.codec.http3 that return Http3Headers.PseudoHeaderNameModifier and TypeMethodDescriptionstatic @Nullable Http3Headers.PseudoHeaderNameHttp3Headers.PseudoHeaderName.getPseudoHeader(CharSequence name) Returns theHttp3Headers.PseudoHeaderNamecorresponding to the specified header name.Returns the enum constant of this type with the specified name.static Http3Headers.PseudoHeaderName[]Http3Headers.PseudoHeaderName.values()Returns an array containing the constants of this enum type, in the order they are declared.