ZoweConnection

fun ZoweConnection(    host: String?,     port: Int?,     user: String?,     password: String?,     rejectUnauthorized: Boolean = true,     protocol: String = "http",     basePath: String = "/",     encoding: Int? = 1047,     responseTimeout: Int = 600)