Package io.undertow.util
Class Protocols
java.lang.Object
io.undertow.util.Protocols
Protocol version strings.
- Author:
- David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpString
static final String
HTTP 0.9.static final HttpString
HTTP 1.0.static final String
HTTP 1.0.static final HttpString
HTTP 1.1.static final String
HTTP 1.1.static final HttpString
HTTP 2.0.static final String
HTTP 1.1. -
Method Summary
-
Field Details
-
HTTP_0_9_STRING
HTTP 0.9.- See Also:
-
HTTP_1_0_STRING
HTTP 1.0.- See Also:
-
HTTP_1_1_STRING
HTTP 1.1.- See Also:
-
HTTP_2_0_STRING
HTTP 1.1.- See Also:
-
HTTP_0_9
-
HTTP_1_0
HTTP 1.0. -
HTTP_1_1
HTTP 1.1. -
HTTP_2_0
HTTP 2.0.
-