| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerConnectorFuture
Allows to set listeners.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientHandshakeFuture
Future for WebSocket handshake.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpWsServerConnectorFuture
Server connector future implementation.
|
| Constructor and Description |
|---|
WebSocketClientHandshakeHandler(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker,
DefaultClientHandshakeFuture handshakeFuture,
WebSocketMessageQueueHandler webSocketMessageQueueHandler,
boolean secure,
boolean autoRead,
String requestedUri,
WebSocketConnectorFuture connectorFuture) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientHandshakeFuture
Implementation of WebSocket handshake future.
|
class |
DefaultWebSocketConnectorFuture
Default implementation of
WebSocketConnectorFuture. |
| Constructor and Description |
|---|
WebSocketInboundFrameHandler(boolean isServer,
boolean secureConnection,
String target,
String negotiatedSubProtocol,
WebSocketConnectorFuture connectorFuture,
WebSocketMessageQueueHandler webSocketMessageQueueHandler) |
Copyright © 2022 WSO2. All rights reserved.