Class

colossus.protocols.http

EncodedHttpHeader

Related Doc: package http

Permalink

class EncodedHttpHeader extends HttpHeader with LazyParsing

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EncodedHttpHeader
  2. LazyParsing
  3. HttpHeader
  4. Encoder
  5. DataReader
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bytes: ByteString

    Permalink
    Definition Classes
    Encoder
  6. def clone(): AnyRef

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

    Permalink
  8. def encode(out: DataOutBuffer): Unit

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

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

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

    Permalink
    Definition Classes
    LazyParsing
  12. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  16. lazy val key: String

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

    Permalink

    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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def parseErrorMessage: String

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

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

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

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

    Permalink
    Definition Classes
    EncodedHttpHeaderHttpHeader
  26. final def wait(): Unit

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

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

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

Inherited from LazyParsing

Inherited from HttpHeader

Inherited from Encoder

Inherited from DataReader

Inherited from AnyRef

Inherited from Any

Ungrouped