Package io.undertow.util
Class Protocols
- java.lang.Object
-
- io.undertow.util.Protocols
-
public final class Protocols extends Object
Protocol version strings.- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static HttpStringHTTP_0_9static StringHTTP_0_9_STRINGHTTP 0.9.static HttpStringHTTP_1_0HTTP 1.0.static StringHTTP_1_0_STRINGHTTP 1.0.static HttpStringHTTP_1_1HTTP 1.1.static StringHTTP_1_1_STRINGHTTP 1.1.static HttpStringHTTP_2_0HTTP 2.0.static StringHTTP_2_0_STRINGHTTP 1.1.
-
-
-
Field Detail
-
HTTP_0_9_STRING
public static final String HTTP_0_9_STRING
HTTP 0.9.- See Also:
- Constant Field Values
-
HTTP_1_0_STRING
public static final String HTTP_1_0_STRING
HTTP 1.0.- See Also:
- Constant Field Values
-
HTTP_1_1_STRING
public static final String HTTP_1_1_STRING
HTTP 1.1.- See Also:
- Constant Field Values
-
HTTP_2_0_STRING
public static final String HTTP_2_0_STRING
HTTP 1.1.- See Also:
- Constant Field Values
-
HTTP_0_9
public static final HttpString HTTP_0_9
-
HTTP_1_0
public static final HttpString HTTP_1_0
HTTP 1.0.
-
HTTP_1_1
public static final HttpString HTTP_1_1
HTTP 1.1.
-
HTTP_2_0
public static final HttpString HTTP_2_0
HTTP 2.0.
-
-