Package io.netty.handler.ssl
Class ApplicationProtocolNames
- java.lang.Object
-
- io.netty.handler.ssl.ApplicationProtocolNames
-
public final class ApplicationProtocolNames extends java.lang.Object
Provides a set of protocol names used in ALPN and NPN.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
HTTP_1_1
"http/1.1"
: HTTP version 1.1static java.lang.String
HTTP_2
"h2"
: HTTP version 2static java.lang.String
SPDY_1
"spdy/1"
: SPDY version 1static java.lang.String
SPDY_2
"spdy/2"
: SPDY version 2static java.lang.String
SPDY_3
"spdy/3"
: SPDY version 3static java.lang.String
SPDY_3_1
"spdy/3.1"
: SPDY version 3.1
-
-
-
Field Detail
-
HTTP_2
public static final java.lang.String HTTP_2
"h2"
: HTTP version 2- See Also:
- Constant Field Values
-
HTTP_1_1
public static final java.lang.String HTTP_1_1
"http/1.1"
: HTTP version 1.1- See Also:
- Constant Field Values
-
SPDY_3_1
public static final java.lang.String SPDY_3_1
"spdy/3.1"
: SPDY version 3.1- See Also:
- Constant Field Values
-
SPDY_3
public static final java.lang.String SPDY_3
"spdy/3"
: SPDY version 3- See Also:
- Constant Field Values
-
SPDY_2
public static final java.lang.String SPDY_2
"spdy/2"
: SPDY version 2- See Also:
- Constant Field Values
-
SPDY_1
public static final java.lang.String SPDY_1
"spdy/1"
: SPDY version 1- See Also:
- Constant Field Values
-
-