DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util
/
SimpleDataSourceConfig
/
Peer
/
Outgoing
Outgoing
class
Outgoing
(
val
hostname
:
String
,
val
port
:
Int
,
val
isWebsocket
:
Boolean
)
(
source
)
Members
Constructors
Outgoing
Link copied to clipboard
constructor
(
hostname
:
String
,
port
:
Int
,
isWebsocket
:
Boolean
)
Properties
hostname
Link copied to clipboard
val
hostname
:
String
is
Websocket
Link copied to clipboard
val
isWebsocket
:
Boolean
port
Link copied to clipboard
val
port
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String