Object/Trait

fm.http.server

Response

Related Docs: trait Response | package server

Permalink

object Response

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Response
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Found(location: String): Response

    Permalink

    302

  5. def MovedPermanently(location: String): Response

    Permalink

    301

  6. def NotFound(headers: Headers = Headers.empty): Response

    Permalink

    404

  7. def NotModified(headers: Headers = Headers.empty): Response

    Permalink

    304

  8. def Ok(headers: Headers, file: File): FileResponse

    Permalink
  9. def Ok(headers: Headers, head: LinkedHttpContent): AsyncResponse

    Permalink
  10. def Ok(head: LinkedHttpContent): AsyncResponse

    Permalink
  11. def Ok(headers: Headers, buf: ByteBuf): FullResponse

    Permalink
  12. def Ok(headers: Headers, body: String): FullResponse

    Permalink
  13. def Ok(body: String): FullResponse

    Permalink

    200

  14. def SeeOther(location: String): Response

    Permalink

    303

  15. def apply(status: Status, headers: Headers, buf: ByteBuf): Response

    Permalink
  16. def apply(status: Status, headers: Headers, arr: Array[Byte], offset: Int, length: Int): Response

    Permalink
  17. def apply(status: Status, headers: Headers, arr: Array[Byte]): Response

    Permalink
  18. def apply(status: Status, headers: Headers): Response

    Permalink
  19. def apply(status: Status): Response

    Permalink
  20. def apply(status: Status, headers: Headers, body: String): Response

    Permalink
  21. def apply(status: Status, body: String, headers: Headers): Response

    Permalink
  22. def apply(status: Status, body: String): Response

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def plain(status: Status, body: String, headers: Headers): Response

    Permalink
  35. def plain(status: Status, headers: Headers, body: String): Response

    Permalink
  36. def plain(status: Status, headers: Headers): Response

    Permalink
  37. def plain(status: Status): Response

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped