Packages

class Request extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Request
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Request(name: String, method: HttpMethod, uri: Uri, headers: HttpHeaders, cookies: List[Cookie], body: RequestBody, requestTimeout: Long, virtualHost: String, autoOrigin: Boolean, localIpV4Address: InetAddress, localIpV6Address: InetAddress, realm: Realm, proxyServer: ProxyServer, signatureCalculator: Consumer[Request], nameResolver: InetAddressNameResolver, http2Enabled: Boolean, alpnRequired: Boolean, http2PriorKnowledge: Boolean, wsSubprotocol: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def copyWithAlpnRequiredAndPriorKnowledge(isAlpnRequired: Boolean, isHttp2PriorKnowledge: Boolean): Request
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def getBody(): RequestBody
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getCookies(): List[Cookie]
  13. def getHeaders(): HttpHeaders
  14. def getLocalIpV4Address(): InetAddress
  15. def getLocalIpV6Address(): InetAddress
  16. def getMethod(): HttpMethod
  17. def getName(): String
  18. def getNameResolver(): InetAddressNameResolver
  19. def getProxyServer(): ProxyServer
  20. def getRealm(): Realm
  21. def getRequestTimeout(): Long
  22. def getSignatureCalculator(): Consumer[Request]
  23. def getUri(): Uri
  24. def getVirtualHost(): String
  25. def getWsSubprotocol(): String
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def isAlpnRequired(): Boolean
  28. def isAutoOrigin(): Boolean
  29. def isHttp2Enabled(): Boolean
  30. def isHttp2PriorKnowledge(): Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Request → AnyRef → Any
    Annotations
    @Override()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped