Proxy

case class Proxy(host: String, port: Int, proxyType: Type)

A proxy configuration to be used by Browsers.

Value parameters:
host

the proxy host

port

the proxy port

proxyType

the protocol used by a proxy (e.g. HTTP, SOCKS)

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product