colossus.protocols.http

EncodedHttpHeader

class EncodedHttpHeader extends HttpHeader with LazyParsing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EncodedHttpHeader
  2. LazyParsing
  3. HttpHeader
  4. Encoder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EncodedHttpHeader(data: Array[Byte])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bytes: ByteString

    Definition Classes
    Encoder
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val data: Array[Byte]

  10. def encode(out: DataOutBuffer): Unit

    Definition Classes
    EncodedHttpHeaderEncoder
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(that: Any): Boolean

    Definition Classes
    EncodedHttpHeader → AnyRef → Any
  13. def fastIndex(data: Array[Byte], byte: Byte, start: Int = 0): Int

    Definition Classes
    LazyParsing
  14. def finalize(): Unit

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

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

    Definition Classes
    EncodedHttpHeader → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. lazy val key: String

    Definition Classes
    EncodedHttpHeaderHttpHeader
  19. def matches(matchkey: String): Boolean

    Faster version of checking if the header key matches the given key.

    Faster version of checking if the header key matches the given key. It will check the first character before attempting to build the full string of the header, amortizing the costs

  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. def parseErrorMessage: String

    Attributes
    protected
    Definition Classes
    EncodedHttpHeaderLazyParsing
  24. def parsed[T](op: ⇒ T): T

    Definition Classes
    LazyParsing
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    EncodedHttpHeader → AnyRef → Any
  27. lazy val value: String

    Definition Classes
    EncodedHttpHeaderHttpHeader
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyParsing

Inherited from HttpHeader

Inherited from Encoder

Inherited from AnyRef

Inherited from Any

Ungrouped