Packages

c

cask.model

Request

case class Request(exchange: HttpServerExchange, remainingPathSegments: Seq[String]) extends ByteData with Readable with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Readable, Writable, ByteData, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Request
  2. Serializable
  3. Product
  4. Equals
  5. Readable
  6. Writable
  7. ByteData
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Request(exchange: HttpServerExchange, remainingPathSegments: Seq[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. lazy val bytes: Array[Byte]

    Read all the bytes of the incoming request *with* caching

    Read all the bytes of the incoming request *with* caching

    Definition Classes
    Request → ByteData
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def contentLength: Option[Long]
    Definition Classes
    Writable
  8. lazy val cookies: Map[String, Cookie]
  9. lazy val data: InputStream
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val exchange: HttpServerExchange
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. lazy val headers: Map[String, Seq[String]]
  14. def httpContentType: Option[String]
    Definition Classes
    Writable
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def lines(codec: Codec): Vector[String]
    Definition Classes
    ByteData
  17. def lines(): Vector[String]
    Definition Classes
    ByteData
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. lazy val queryParams: Map[String, Seq[String]]
  23. def readAllBytes(): Array[Byte]

    Read all the bytes of the incoming request *without* caching

  24. def readBytesThrough[T](f: (InputStream) => T): T
    Definition Classes
    Request → Readable
  25. val remainingPathSegments: Seq[String]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def text(codec: Codec): String
    Definition Classes
    ByteData
  28. def text(): String
    Definition Classes
    ByteData
  29. def trim(codec: Codec): String
    Definition Classes
    ByteData
  30. def trim(): String
    Definition Classes
    ByteData
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. def writeBytesTo(out: OutputStream): Unit
    Definition Classes
    Readable → Writable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def string(codec: Codec): String
    Definition Classes
    ByteData
    Annotations
    @deprecated
    Deprecated

    Use .text()

  3. def string(): String
    Definition Classes
    ByteData
    Annotations
    @deprecated
    Deprecated

    Use .text()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Readable

Inherited from Writable

Inherited from ByteData

Inherited from AnyRef

Inherited from Any

Ungrouped