Enum HttpConversionUtil.ExtensionHeaderNames
java.lang.Object
java.lang.Enum<HttpConversionUtil.ExtensionHeaderNames>
io.netty.handler.codec.http3.HttpConversionUtil.ExtensionHeaderNames
- All Implemented Interfaces:
Serializable, Comparable<HttpConversionUtil.ExtensionHeaderNames>
- Enclosing class:
HttpConversionUtil
public static enum HttpConversionUtil.ExtensionHeaderNames
extends Enum<HttpConversionUtil.ExtensionHeaderNames>
Provides the HTTP header extensions used to carry HTTP/3 information in HTTP objects
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionHTTP extension header which will identify the path pseudo header from the HTTP/3 event(s) responsible for generating anHttpObjectHTTP extension header which will identify the scheme pseudo header from the HTTP/3 event(s) responsible for generating anHttpObjectHTTP extension header which will identify the stream id from the HTTP/3 event(s) responsible for generating anHttpObjectHTTP extension header which will identify the stream id used to create this stream in an HTTP/3 push promise frame -
Method Summary
-
Enum Constant Details
-
STREAM_ID
HTTP extension header which will identify the stream id from the HTTP/3 event(s) responsible for generating anHttpObject"x-http3-stream-id" -
SCHEME
HTTP extension header which will identify the scheme pseudo header from the HTTP/3 event(s) responsible for generating anHttpObject"x-http3-scheme" -
PATH
HTTP extension header which will identify the path pseudo header from the HTTP/3 event(s) responsible for generating anHttpObject"x-http3-path" -
STREAM_PROMISE_ID
HTTP extension header which will identify the stream id used to create this stream in an HTTP/3 push promise frame"x-http3-stream-promise-id"
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
text
-