Package io.netty.handler.codec.http
Class HttpScheme
java.lang.Object
io.netty.handler.codec.http.HttpScheme
Defines the common schemes used for the HTTP protocol as defined by
rfc7230.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HttpSchemeScheme for non-secure HTTP connection.static final HttpSchemeScheme for secure HTTP connection. -
Method Summary
-
Field Details
-
HTTP
Scheme for non-secure HTTP connection. -
HTTPS
Scheme for secure HTTP connection.
-
-
Method Details