Proxies

inner class Proxies

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun add(name: String, host: String, port: Int, username: String? = null, password: String? = null): Int
Link copied to clipboard
fun delete(proxyId: Int)
Link copied to clipboard
fun list(): List<Proxy>
Link copied to clipboard
fun save(proxyId: Int, name: String, host: String, port: Int, username: String? = null, password: String? = null)
Link copied to clipboard
fun test(proxyId: Int): Boolean