public final class HttpScheme
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HttpScheme |
HTTP
Scheme for non-secure HTTP connection.
|
static HttpScheme |
HTTPS
Scheme for secure HTTP connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
AsciiString |
name() |
int |
port() |
java.lang.String |
toString() |
public static final HttpScheme HTTP
public static final HttpScheme HTTPS
public AsciiString name()
public int port()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2008–2019 The Netty Project. All rights reserved.