com.twitter.finagle.redis

naggati

package naggati

Visibility
  1. Public
  2. All

Type Members

  1. class Codec[A] extends FrameDecoder with ChannelDownstreamHandler

    A netty ChannelHandler for decoding data into protocol objects on the way in, and packing objects into byte arrays on the way out.

  2. case class Emit(obj: AnyRef) extends NextStep with Product with Serializable

  3. trait Encoder[A] extends AnyRef

    An Encoder turns things of type A into ChannelBuffers, for outbound traffic (server responses or client requests).

  4. case class GoToStage(stage: Stage) extends NextStep with Product with Serializable

  5. sealed trait NextStep extends AnyRef

    The next step for processing after this stage.

  6. class ProtocolError extends Exception

  7. trait Stage extends AnyRef

    A decoder stage.

Value Members

  1. object Codec

  2. object DontCareCounter extends (Int) ⇒ Unit

  3. object Incomplete extends NextStep with Product with Serializable

  4. object Stages

  5. package codec

  6. package test

Ungrouped