vncore / com.venuenext.vncore.protocol / HttpInterface / readInputStream

readInputStream

abstract fun readInputStream(connection: HttpURLConnection): String

Reads response byte array to connection input stream.

Parameters

connection - the HTTP URL connection object.

Return
the JSON response string