public final class HttpScheme
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static HttpScheme |
HTTP
用于非安全HTTP连接的方案。
|
static HttpScheme |
HTTPS
安全HTTP连接方案。
|
public static final HttpScheme HTTP
public static final HttpScheme HTTPS
public AsciiString name()
public int port()
public boolean equals(java.lang.Object o)
equals
在课程
java.lang.Object
public int hashCode()
hashCode
在课堂上
java.lang.Object
public java.lang.String toString()
toString
在课程
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.