Uses of Class
io.netty.handler.codec.http.HttpScheme
-
Packages that use HttpScheme Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpScheme in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpScheme Modifier and Type Field Description static HttpScheme
HttpScheme. HTTP
Scheme for non-secure HTTP connection.static HttpScheme
HttpScheme. HTTPS
Scheme for secure HTTP connection.
-