public class WebSocketClient extends Object
| Constructor and Description |
|---|
WebSocketClient(io.netty.channel.EventLoopGroup wsClientEventLoopGroup,
WebSocketClientConnectorConfig connectorConfig) |
| Modifier and Type | Method and Description |
|---|---|
ClientHandshakeFuture |
handshake()
Handle the handshake with the server.
|
public WebSocketClient(io.netty.channel.EventLoopGroup wsClientEventLoopGroup,
WebSocketClientConnectorConfig connectorConfig)
wsClientEventLoopGroup - of the client connectorconnectorConfig - Connector configuration for WebSocket client.public ClientHandshakeFuture handshake()
Copyright © 2022 WSO2. All rights reserved.