- java.lang.Object
-
- io.netty5.handler.codec.http.HttpScheme
-
-
Field Summary
Fields Modifier and Type Field Description static HttpScheme
HTTP
Scheme for non-secure HTTP connection.static HttpScheme
HTTPS
Scheme for secure HTTP connection.
-
-
-
Field Detail
-
HTTP
public static final HttpScheme HTTP
Scheme for non-secure HTTP connection.
-
HTTPS
public static final HttpScheme HTTPS
Scheme for secure HTTP connection.
-
-