case class DefaultWSProxyServer(host: String, port: Int, protocol: Option[String] = None, principal: Option[String] = None, password: Option[String] = None, ntlmDomain: Option[String] = None, encoding: Option[String] = None, nonProxyHosts: Option[Seq[String]] = None) extends WSProxyServer with Product with Serializable
A WS proxy.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultWSProxyServer
- Serializable
- Product
- Equals
- WSProxyServer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DefaultWSProxyServer(host: String, port: Int, protocol: Option[String] = None, principal: Option[String] = None, password: Option[String] = None, ntlmDomain: Option[String] = None, encoding: Option[String] = None, nonProxyHosts: Option[Seq[String]] = None)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val encoding: Option[String]
The realm's charset.
The realm's charset.
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val host: String
The hostname of the proxy server.
The hostname of the proxy server.
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonProxyHosts: Option[Seq[String]]
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val ntlmDomain: Option[String]
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- val password: Option[String]
The password for the credentials for the proxy server.
The password for the credentials for the proxy server.
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- val port: Int
The port of the proxy server.
The port of the proxy server.
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- val 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.
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val protocol: Option[String]
The protocol of the proxy server.
The protocol of the proxy server. Use "http" or "https". Defaults to "http" if not specified.
- Definition Classes
- DefaultWSProxyServer → WSProxyServer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)