ws1-network/com.airwatch.gateway.clients/AWUrlConnection
AWUrlConnection¶
open class AWUrlConnection
Utility that provides an instance of URLConnection that supports Integrated Authentication and tunnelling.
Functions¶
| Name | Summary |
|---|---|
| openConnection | open fun openConnection(url: URL): URLConnection Provides an instance of HttpsURLConnection to use for Integrated Authentication and tunnelling. |
| openStream | open fun openStream(url: URL): InputStream Opens the connection for the given URL and returns its InputStream. |