spray.http

HttpMessage

sealed abstract class HttpMessage extends HttpMessageStart with HttpMessageEnd

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpMessage
  2. HttpMessageEnd
  3. HttpMessageStart
  4. HttpMessagePart
  5. HttpMessagePartWrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpMessage()

Type Members

  1. abstract type Self <: HttpMessage

Abstract Value Members

  1. abstract def chunkedMessageStart: HttpMessageStart

    Returns the start part for this message

  2. abstract def entity: HttpEntity

  3. abstract def headers: List[HttpHeader]

  4. abstract def isRequest: Boolean

  5. abstract def isResponse: Boolean

  6. abstract def message: Self

    Definition Classes
    HttpMessageHttpMessageStart
  7. abstract def protocol: HttpProtocol

  8. abstract def withEntity(entity: HttpEntity): Self

  9. abstract def withHeaders(headers: List[HttpHeader]): Self

  10. abstract def withHeadersAndEntity(headers: List[HttpHeader], entity: HttpEntity): Self

Concrete 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 ack: None.type

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def asPartStream(maxChunkSize: Long = Long.MaxValue): Stream[HttpMessagePart]

    Returns the message as if it was sent in chunks

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def connectionCloseExpected: Boolean

  9. def encoding: HttpEncoding

    The content encoding as specified by the Content-Encoding header.

    The content encoding as specified by the Content-Encoding header. If no Content-Encoding header is present the default value 'identity' is returned.

  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def header[T <: HttpHeader](implicit arg0: ClassTag[T]): Option[T]

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def mapEntity(f: (HttpEntity) ⇒ HttpEntity): Self

  18. def mapHeaders(f: (List[HttpHeader]) ⇒ List[HttpHeader]): Self

    Definition Classes
    HttpMessageHttpMessageStart
  19. def messagePart: HttpMessagePart

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withAck(ack: Any): Confirmed

    Definition Classes
    HttpMessagePart
  29. def withDefaultHeaders(defaultHeaders: List[HttpHeader]): Self

  30. def withHeaders(headers: HttpHeader*): Self

Inherited from HttpMessageEnd

Inherited from HttpMessageStart

Inherited from HttpMessagePart

Inherited from HttpMessagePartWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped