Class WebSocketScheme
- java.lang.Object
-
- io.netty.handler.codec.http.websocketx.WebSocketScheme
-
-
Field Summary
Fields Modifier and Type Field Description static WebSocketScheme
WS
Scheme for non-secure WebSocket connection.static WebSocketScheme
WSS
Scheme for secure WebSocket connection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
io.netty.util.AsciiString
name()
int
port()
String
toString()
-
-
-
Field Detail
-
WS
public static final WebSocketScheme WS
Scheme for non-secure WebSocket connection.
-
WSS
public static final WebSocketScheme WSS
Scheme for secure WebSocket connection.
-
-