Record
-
http
:
WebSocketClientConfiguration
Configurations for the WebSocket client. Following fields are inherited from the other configuration records in addition to the Client specific configs.
callbackService - Copied from CommonWebSocketClientConfiguration |
subProtocols - Copied from CommonWebSocketClientConfiguration |
customHeaders - Copied from CommonWebSocketClientConfiguration |
idleTimeoutInSeconds - Copied from CommonWebSocketClientConfiguration |
readyOnConnect - Copied from CommonWebSocketClientConfiguration |
secureSocket - Copied from CommonWebSocketClientConfiguration |
maxFrameSize - Copied from CommonWebSocketClientConfiguration |
webSocketCompressionEnabled - Copied from CommonWebSocketClientConfiguration |
handShakeTimeoutInSeconds - Copied from CommonWebSocketClientConfiguration |
cookies - Copied from CommonWebSocketClientConfiguration |
Fields
- retryConfig WebSocketRetryConfig?
-
Retry related configurations
- subProtocols
-
- customHeaders map
-
- idleTimeoutInSeconds int
-
- readyOnConnect boolean
-
- maxFrameSize int
-
- webSocketCompressionEnabled boolean
-
- handShakeTimeoutInSeconds int
-
- cookies ?
-