- java.lang.Object
-
- io.netty5.handler.codec.http.HttpScheme
-
-
Field Summary
Fields Modifier and Type Field Description static HttpSchemeHTTPScheme for non-secure HTTP connection.static HttpSchemeHTTPSScheme 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.
-
-