final case class ProxyAuthenticate(scheme: AuthenticationScheme, realm: Option[String]) extends Header with Product with Serializable
The HTTP Proxy-Authenticate response header defines the authentication method that should be used to gain access to a resource behind a proxy server. It authenticates the request to the proxy server, allowing it to transmit the request further.
- scheme
Authentication type
- realm
A description of the protected area, the realm. If no realm is specified, clients often display a formatted host name instead.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProxyAuthenticate
- Serializable
- Product
- Equals
- Header
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProxyAuthenticate(scheme: AuthenticationScheme, realm: Option[String])
- scheme
Authentication type
- realm
A description of the protected area, the realm. If no realm is specified, clients often display a formatted host name instead.
Type Members
- type Self = ProxyAuthenticate
- Definition Classes
- ProxyAuthenticate → Header
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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def headerName: String
- Definition Classes
- Header
- def headerType: Typed[ProxyAuthenticate]
- Definition Classes
- ProxyAuthenticate → Header
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val realm: Option[String]
- def renderedValue: String
- Definition Classes
- Header
- val scheme: AuthenticationScheme
- def self: Self
- Definition Classes
- ProxyAuthenticate → Header
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val untyped: Custom
- Definition Classes
- Header
- 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])