WSProxyServer

play.api.libs.ws.WSProxyServer

A WS proxy.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def encoding: Option[String]

The realm's charset.

The realm's charset.

Attributes

def host: String

The hostname of the proxy server.

The hostname of the proxy server.

Attributes

def nonProxyHosts: Option[Seq[String]]
def ntlmDomain: Option[String]
def password: Option[String]

The password for the credentials for the proxy server.

The password for the credentials for the proxy server.

Attributes

def port: Int

The port of the proxy server.

The port of the proxy server.

Attributes

def principal: Option[String]

The principal (aka username) of the credentials for the proxy server.

The principal (aka username) of the credentials for the proxy server.

Attributes

def protocol: Option[String]

The protocol of the proxy server. Use "http" or "https". Defaults to "http" if not specified.

The protocol of the proxy server. Use "http" or "https". Defaults to "http" if not specified.

Attributes