Modifier and Type | Field and Description |
---|---|
static WebSocketScheme |
WS
Scheme for non-secure WebSocket connection.
|
static WebSocketScheme |
WSS
Scheme for secure WebSocket 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 WebSocketScheme WS
public static final WebSocketScheme WSS
Copyright © 2008–2023 The Netty Project. All rights reserved.