| Package | Description |
|---|---|
| io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketClientProtocolConfig |
WebSocketClientProtocolConfig.Builder.build()
Build unmodifiable client protocol configuration.
|
| Constructor and Description |
|---|
WebSocketClientProtocolHandler(WebSocketClientHandshaker handshaker,
WebSocketClientProtocolConfig clientConfig)
Base constructor
|
WebSocketClientProtocolHandler(WebSocketClientProtocolConfig clientConfig)
Base constructor
|
Copyright © 2008–2025 The Netty Project. All rights reserved.