Record: ListenerSecureSocket
Configures the SSL/TLS options to be used for WebSocket service.
Closed record
Fields
- Fields Included from *ListenerSecureSocket
- key ballerina/crypto:1.1.0-beta.1:KeyStore|ballerina/http:1.1.0-beta.1:CertKey
- mutualSsl record {| ballerina/http:1.1.0-beta.1:VerifyClient verifyClient; ballerina/crypto:1.1.0-beta.1:TrustStore|string cert; |}
- protocol record {| ballerina/http:1.1.0-beta.1:Protocol name; string[] versions; |}
- certValidation record {| ballerina/http:1.1.0-beta.1:CertValidationType 'type; int cacheSize; int cacheValidityPeriod; |}
- ciphers string[]
- shareSession boolean
- handshakeTimeout decimal
- sessionTimeout decimal