Uses of Class
io.netty.handler.codec.http3.Http3Headers.PseudoHeaderName
-
Packages that use Http3Headers.PseudoHeaderName Package Description io.netty.handler.codec.http3 HTTP/3 implementation. -
-
Uses of Http3Headers.PseudoHeaderName in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return Http3Headers.PseudoHeaderName Modifier and Type Method Description static @Nullable Http3Headers.PseudoHeaderName
Http3Headers.PseudoHeaderName. getPseudoHeader(java.lang.CharSequence name)
Returns theHttp3Headers.PseudoHeaderName
corresponding to the specified header name.static Http3Headers.PseudoHeaderName
Http3Headers.PseudoHeaderName. valueOf(java.lang.String 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.
-