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(Object o) |
int |
hashCode() |
io.netty.util.AsciiString |
name() |
int |
port() |
String |
toString() |
public static final HttpScheme HTTP
public static final HttpScheme HTTPS
Copyright © 2008–2024 The Netty Project. All rights reserved.