final case class HttpProtocol(baseUrls: List[String], warmUpUrl: Option[String], enginePart: HttpProtocolEnginePart, requestPart: HttpProtocolRequestPart, responsePart: HttpProtocolResponsePart, wsPart: HttpProtocolWsPart, proxyPart: HttpProtocolProxyPart, dnsPart: HttpProtocolDnsPart) extends Protocol with Product with Serializable
Class containing the configuration for the HTTP protocol
- baseUrls
the radixes of all the URLs that will be used (eg: http://mywebsite.tld)
- warmUpUrl
the url used to load the TCP stack
- enginePart
the HTTP engine related configuration
- requestPart
the request related configuration
- responsePart
the response related configuration
- wsPart
the WebSocket related configuration
- proxyPart
the Proxy related configuration
- dnsPart
the DNS related configuration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpProtocol
- Serializable
- Product
- Equals
- Protocol
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HttpProtocol(baseUrls: List[String], warmUpUrl: Option[String], enginePart: HttpProtocolEnginePart, requestPart: HttpProtocolRequestPart, responsePart: HttpProtocolResponsePart, wsPart: HttpProtocolWsPart, proxyPart: HttpProtocolProxyPart, dnsPart: HttpProtocolDnsPart)
- baseUrls
the radixes of all the URLs that will be used (eg: http://mywebsite.tld)
- warmUpUrl
the url used to load the TCP stack
- enginePart
the HTTP engine related configuration
- requestPart
the request related configuration
- responsePart
the response related configuration
- wsPart
the WebSocket related configuration
- proxyPart
the Proxy related configuration
- dnsPart
the DNS related configuration
Type Members
- type Components = HttpComponents
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
- val baseUrls: List[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val dnsPart: HttpProtocolDnsPart
- val enginePart: HttpProtocolEnginePart
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val proxyPart: HttpProtocolProxyPart
- val requestPart: HttpProtocolRequestPart
- val responsePart: HttpProtocolResponsePart
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- val warmUpUrl: Option[String]
- val wsPart: HttpProtocolWsPart