SendTso

class SendTso(var connection: ZOSConnection, var httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)

Class to handle sending data to TSO

Constructors

Link copied to clipboard
fun SendTso(connection: ZOSConnection, httpClient: OkHttpClient = UnsafeOkHttpClient.unsafeOkHttpClient)

Functions

Link copied to clipboard

Collects responses from address space until it reaches prompt

Link copied to clipboard
fun sendDataToTSOCollect(servletKey: String, command: String): SendResponse

API method to send data to already started TSO address space, but will read TSO data until a PROMPT is reached.

Link copied to clipboard

API method to send data to already started TSO address space

Properties

Link copied to clipboard
Link copied to clipboard
var httpClient: OkHttpClient
Link copied to clipboard
var response: Response<*>? = null