Package | Description |
---|---|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
Modifier and Type | Field and Description |
---|---|
static WebSocketScheme |
WebSocketScheme.WS
Scheme for non-secure WebSocket connection.
|
static WebSocketScheme |
WebSocketScheme.WSS
Scheme for secure WebSocket connection.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.