Proxy

net.ruippeixotog.scalascraper.browser.Proxy
See theProxy companion object
case class Proxy(host: String, port: Int, proxyType: Type)

A proxy configuration to be used by Browsers.

Attributes

host

the proxy host

port

the proxy port

proxyType

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

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product