Uses of Class
io.netty.handler.codec.http2.Http2Headers.PseudoHeaderName
-
Packages that use Http2Headers.PseudoHeaderName Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2Headers.PseudoHeaderName in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2Headers.PseudoHeaderName Modifier and Type Method Description static Http2Headers.PseudoHeaderNameHttp2Headers.PseudoHeaderName. getPseudoHeader(AsciiString header)Returns theHttp2Headers.PseudoHeaderNamecorresponding to the specified header name.static Http2Headers.PseudoHeaderNameHttp2Headers.PseudoHeaderName. getPseudoHeader(java.lang.CharSequence header)Returns theHttp2Headers.PseudoHeaderNamecorresponding to the specified header name.private static Http2Headers.PseudoHeaderNameHttp2Headers.PseudoHeaderName. getPseudoHeaderName(java.lang.CharSequence header)static Http2Headers.PseudoHeaderNameHttp2Headers.PseudoHeaderName. valueOf(java.lang.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.Methods in io.netty.handler.codec.http2 with parameters of type Http2Headers.PseudoHeaderName Modifier and Type Method Description private static HpackHeaderFieldHpackStaticTable. newEmptyPseudoHeaderField(Http2Headers.PseudoHeaderName name)private static HpackHeaderFieldHpackStaticTable. newPseudoHeaderField(Http2Headers.PseudoHeaderName name, AsciiString value)private static HpackHeaderFieldHpackStaticTable. newPseudoHeaderField(Http2Headers.PseudoHeaderName name, java.lang.String value)
-