Uses of Class
io.netty5.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Packages that use Http2Headers.PseudoHeaderName Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Headers.PseudoHeaderName in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return Http2Headers.PseudoHeaderName Modifier and Type Method Description static Http2Headers.PseudoHeaderName
Http2Headers.PseudoHeaderName. getPseudoHeader(CharSequence header)
Returns theHttp2Headers.PseudoHeaderName
corresponding to the specified header name.static Http2Headers.PseudoHeaderName
Http2Headers.PseudoHeaderName. valueOf(String 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.
-