Record: ClientConfiguration
Configurations for the WebSocket client. The following fields are inherited from the other configuration records in addition to the client-specific configs. |
Closed record
Fields
- Fields Included from *CommonClientConfiguration
- subProtocols string[]
- customHeaders map<string>
- readTimeout decimal
- secureSocket ballerina/websocket:1.2.0-beta.1:ClientSecureSocket?
- maxFrameSize int
- webSocketCompressionEnabled boolean
- handShakeTimeout decimal
- cookies ballerina/http:1.1.0-beta.1:Cookie[]
- auth ClientAuthConfig
- pingPongHandler PingPongService