Class HttpScheme
java.lang.Object
io.netty.handler.codec.http.HttpScheme
-
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
-
name
-
port
public int port() -
equals
-
hashCode
-
toString
-