cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
ServiceCallout
/
HTTPTargetConnection
HTTPTarget
Connection
@
Serializable
data
class
HTTPTargetConnection
(
val
url
:
String
,
val
sslInfo
:
ServiceCallout.HTTPTargetConnection.SSLInfo
?
=
null
)
(
source
)
Members
Constructors
HTTPTarget
Connection
Link copied to clipboard
constructor
(
url
:
String
,
sslInfo
:
ServiceCallout.HTTPTargetConnection.SSLInfo
?
=
null
)
Types
SSLInfo
Link copied to clipboard
@
Serializable
data
class
SSLInfo
(
val
enabled
:
Boolean
,
val
clientAuthEnabled
:
Boolean
,
val
keyStore
:
String
,
val
keyAlias
:
String
?
=
null
,
val
trustStore
:
String
?
=
null
)
Properties
ssl
Info
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"SSLInfo"
)
val
sslInfo
:
ServiceCallout.HTTPTargetConnection.SSLInfo
?
url
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"URL"
)
val
url
:
String