Packages

c

snunit

Request

class Request extends Readable

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

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. def apply(h: (Request) => Unit): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def content: String
  8. def contentLength: Option[Long]
    Definition Classes
    Request → Writable
  9. lazy val contentRaw: Array[Byte]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. lazy val headers: Seq[(String, String)]
  16. def httpContentType: Option[String]
    Definition Classes
    Request → Writable
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def method: Method
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def next(): Unit
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. lazy val outputStream: OutputStream
  24. def path: String
  25. def readBytesThrough[T](f: (InputStream) => T): T
    Definition Classes
    Request → Readable
  26. def send(statusCode: StatusCode, content: Writable, headers: Seq[(String, String)]): Unit
  27. def send(statusCode: StatusCode, content: String, headers: Seq[(String, String)]): Unit
  28. def sendBatch(data: Array[Byte]): Unit
  29. def sendBatch(data: Array[Byte], off: Int, len: Int): Unit
  30. def sendByte(byte: Int): Unit
  31. def sendDone(): Unit
  32. def sendRaw(statusCode: StatusCode, contentRaw: Array[Byte], headers: Seq[(String, String)]): Unit
  33. def startSend(statusCode: StatusCode, headers: Seq[(String, String)]): Unit
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withFilter(f: => Unit): Request
  40. def withMethod(method: Method): Request
  41. def withPath(path: String): Request
  42. def writeBytesTo(out: OutputStream): Unit
    Definition Classes
    Readable → Writable

Inherited from Readable

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped