class MessageHeader extends ChannelBufferWritable with Product4[Int, Int, Int, Int] with Serializable

Header of a Mongo Wire Protocol message.

Annotations
@deprecated
Deprecated

(Since version 0.20.3) No longer a case class, no longer a case class

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageHeader
  2. Serializable
  3. Product4
  4. Product
  5. Equals
  6. ChannelBufferWritable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(that: Any): Boolean
    Definition Classes
    MessageHeader → Equals → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    MessageHeader → AnyRef → Any
  3. val messageLength: Int
  4. val opCode: Int
  5. def productArity: Int
    Definition Classes
    Product4 → Product
  6. def productElement(n: Int): Any
    Definition Classes
    Product4 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  7. def productElementName(n: Int): String
    Definition Classes
    Product
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def productIterator: Iterator[Any]
    Definition Classes
    Product
  10. def productPrefix: String
    Definition Classes
    Product
  11. val requestID: Int
  12. val responseTo: Int
  13. val size: Int

    Size of the content that would be written.

    Size of the content that would be written.

    Definition Classes
    MessageHeaderChannelBufferWritable
  14. def toString(): String
    Definition Classes
    MessageHeader → AnyRef → Any
  15. val writeTo: (ByteBuf) => Unit

    Write this instance into the given ByteBuf.

    Write this instance into the given ByteBuf.

    Definition Classes
    MessageHeaderChannelBufferWritable

Deprecated Value Members

  1. def _1: Int
    Definition Classes
    MessageHeader → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  2. def _2: Int
    Definition Classes
    MessageHeader → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  3. def _3: Int
    Definition Classes
    MessageHeader → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  4. def _4: Int
    Definition Classes
    MessageHeader → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer case class

  5. def canEqual(that: Any): Boolean
    Definition Classes
    MessageHeader → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer case class