Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z.zowe.config
/
ZoweConnection
/
ZoweConnection
Zowe
Connection
fun
ZoweConnection
(
host
:
String
?
,
port
:
Int
?
,
user
:
String
?
,
password
:
String
?
,
rejectUnauthorized
:
Boolean
=
true
,
protocol
:
String
=
"http"
,
basePath
:
String
=
"/"
,
encoding
:
Int
?
=
1047
,
responseTimeout
:
Int
=
600
)