DefaultWSProxyServer

play.api.libs.ws.DefaultWSProxyServer
case class DefaultWSProxyServer(host: String, port: Int, protocol: Option[String], principal: Option[String], password: Option[String], ntlmDomain: Option[String], encoding: Option[String], nonProxyHosts: Option[Seq[String]]) extends WSProxyServer

A WS proxy.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product