kourier
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-client
/
dev.kourier.amqp.connection
/
AMQPConfig
/
Connection
/
Tls
Tls
data
class
Tls
(
val
tlsConfiguration
:
TLSConfig
?
=
null
,
val
sniServerName
:
String
?
=
null
)
:
AMQPConfig.Connection
Members
Constructors
Tls
Link copied to clipboard
constructor
(
tlsConfiguration
:
TLSConfig
?
=
null
,
sniServerName
:
String
?
=
null
)
Properties
sni
Server
Name
Link copied to clipboard
val
sniServerName
:
String
?
=
null
tls
Configuration
Link copied to clipboard
val
tlsConfiguration
:
TLSConfig
?
=
null