object Reply extends ChannelBufferReadable[Reply] with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reply
  2. Serializable
  3. ChannelBufferReadable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(buffer: ByteBuf): Reply

    Definition Classes
    ChannelBufferReadable
    See also

    readFrom

  2. val code: Int

    OP_REPLY = 1

  3. def readFrom(buffer: ByteBuf): Reply

    Once the Reply is parsed, the buffer can immediately be released.

    Once the Reply is parsed, the buffer can immediately be released.

    Definition Classes
    ReplyChannelBufferReadable