ProxyConfig.ProxyRule

class ProxyConfig.ProxyRule


Class that holds a scheme filter and a proxy URL.

Summary

Public functions

String

Returns the String that represents the scheme filter for this object.

String

Returns the String that represents the proxy URL for this object.

Public functions

getSchemeFilter

Added in 1.1.0
fun getSchemeFilter(): String

Returns the String that represents the scheme filter for this object.

Returns
String

Scheme filter

getUrl

Added in 1.1.0
fun getUrl(): String

Returns the String that represents the proxy URL for this object.

Returns
String

Proxy URL