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 HttpScheme
Scheme for non-secure HTTP connection.static final HttpScheme
Scheme for secure HTTP connection.private final AsciiString
private final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HTTP
Scheme for non-secure HTTP connection. -
HTTPS
Scheme for secure HTTP connection. -
port
private final int port -
name
-
-
Constructor Details
-
HttpScheme
-
-
Method Details