Trait/Object

wvlet.airframe.http

HttpMessage

Related Docs: object HttpMessage | package http

Permalink

trait HttpMessage[Raw] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copyWith(newMessage: Message): Raw

    Permalink
    Attributes
    protected
  2. abstract def copyWith(newHeader: HttpMultiMap): Raw

    Permalink
    Attributes
    protected
  3. abstract def header: HttpMultiMap

    Permalink
  4. abstract def message: Message

    Permalink

Concrete 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 accept: Seq[String]

    Permalink
  5. def acceptsJson: Boolean

    Permalink
  6. def acceptsMsgPack: Boolean

    Permalink
  7. def addHeader(key: String, value: String): Raw

    Permalink
  8. def allow: Option[String]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def authorization: Option[String]

    Permalink
  11. def cacheControl: Option[String]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def contentBytes: Array[Byte]

    Permalink
  14. def contentEncoding: Option[String]

    Permalink
  15. def contentLength: Option[Long]

    Permalink
  16. def contentString: String

    Permalink
  17. def contentType: Option[String]

    Permalink
  18. def date: Option[String]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def expires: Option[String]

    Permalink
  22. def getAllHeader(key: String): Seq[String]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def getHeader(key: String): Option[String]

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def host: Option[String]

    Permalink
  27. def isContentTypeJson: Boolean

    Permalink
  28. def isContentTypeMsgPack: Boolean

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def lastModified: Option[String]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def referer: Option[String]

    Permalink
  35. def removeHeader(key: String): Raw

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def userAgent: Option[String]

    Permalink
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withAccept(acceptType: String): Raw

    Permalink
  43. def withAcceptMsgPack: Raw

    Permalink
  44. def withAllow(allow: String): Raw

    Permalink
  45. def withAuthorization(authorization: String): Raw

    Permalink
  46. def withCacheControl(cacheControl: String): Raw

    Permalink
  47. def withContent(content: Array[Byte]): Raw

    Permalink
  48. def withContent(content: String): Raw

    Permalink
  49. def withContent(content: Message): Raw

    Permalink
  50. def withContentLength(length: Long): Raw

    Permalink
  51. macro def withContentOf[A](a: A, codecFactory: MessageCodecFactory): Raw

    Permalink

    Set the content body using a given object and codec factory.

    Set the content body using a given object and codec factory. Encoding can be JSON or MsgPack based on Content-Type header.

  52. macro def withContentOf[A](a: A): Raw

    Permalink

    Set the content body using a given object.

    Set the content body using a given object. Encoding can be JSON or MsgPack based on Content-Type header.

  53. def withContentType(contentType: String): Raw

    Permalink
  54. def withContentTypeJson: Raw

    Permalink
  55. def withContentTypeMsgPack: Raw

    Permalink
  56. def withDate(date: String): Raw

    Permalink
  57. def withExpires(expires: String): Raw

    Permalink
  58. def withHeader(newHeader: HttpMultiMap): Raw

    Permalink
  59. def withHeader(key: String, value: String): Raw

    Permalink
  60. def withHost(host: String): Raw

    Permalink
  61. def withJson(json: String): Raw

    Permalink
  62. macro def withJsonOf[A](a: A, codecFactory: MessageCodecFactory): Raw

    Permalink
  63. macro def withJsonOf[A](a: A): Raw

    Permalink
  64. def withLastModified(lastModified: String): Raw

    Permalink
  65. def withMsgPack(msgPack: MsgPack): Raw

    Permalink
  66. macro def withMsgPackOf[A](a: A, codecFactory: MessageCodecFactory): Raw

    Permalink
  67. macro def withMsgPackOf[A](a: A): Raw

    Permalink
  68. def withReferer(referer: String): Raw

    Permalink
  69. def withUserAgent(userAgenet: String): Raw

    Permalink
  70. def withXForwardedFor(xForwardedFor: String): Raw

    Permalink
  71. def withXForwardedProto(xForwardedProto: String): Raw

    Permalink
  72. def xForwardedFor: Option[String]

    Permalink
  73. def xForwardedProto: Option[String]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped