com.twitter.finagle.memcached.protocol.text.client

Decoder

class Decoder extends AbstractDecoder with StateMachine

Linear Supertypes
StateMachine, AbstractDecoder, FrameDecoder, LifeCycleAwareChannelHandler, SimpleChannelUpstreamHandler, ChannelUpstreamHandler, ChannelHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Decoder
  2. StateMachine
  3. AbstractDecoder
  4. FrameDecoder
  5. LifeCycleAwareChannelHandler
  6. SimpleChannelUpstreamHandler
  7. ChannelUpstreamHandler
  8. ChannelHandler
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Decoder()

Type Members

  1. case class AwaitingData(valuesSoFar: Seq[TokensWithData], tokens: Seq[ChannelBuffer], bytesNeeded: Int) extends State with Product with Serializable

  2. case class AwaitingResponseOrEnd(valuesSoFar: Seq[TokensWithData]) extends State with Product with Serializable

  3. case class AwaitingStatsOrEnd(valuesSoFar: Seq[Tokens]) extends State with Product with Serializable

  4. abstract class State extends AnyRef

    Attributes
    protected
    Definition Classes
    StateMachine

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. object AwaitingResponse extends State with Product with Serializable

  7. def actualReadableBytes(): Int

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  8. def afterAdd(arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def afterRemove(arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def appendToCumulation(arg0: ChannelBuffer): ChannelBuffer

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. final def awaitData(tokens: Seq[ChannelBuffer], bytesNeeded: Int): Unit

    Attributes
    protected[com.twitter.finagle.memcached]
    Definition Classes
    DecoderAbstractDecoder
  13. def beforeAdd(arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def beforeRemove(arg0: ChannelHandlerContext): Unit

    Definition Classes
    FrameDecoder → LifeCycleAwareChannelHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def channelBound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  16. def channelClosed(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  17. def channelConnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def channelDisconnected(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  19. def channelInterestChanged(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def channelOpen(ctx: ChannelHandlerContext, e: ChannelStateEvent): Unit

    Definition Classes
    AbstractDecoder → SimpleChannelUpstreamHandler
  21. def channelUnbound(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. def childChannelClosed(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def childChannelOpen(arg0: ChannelHandlerContext, arg1: ChildChannelStateEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def cleanup(arg0: ChannelHandlerContext, arg1: ChannelStateEvent): Unit

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
    Annotations
    @throws( classOf[java.lang.Exception] )
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def decode(ctx: ChannelHandlerContext, channel: Channel, buffer: ChannelBuffer): Decoding

    Definition Classes
    Decoder → FrameDecoder
  27. def decodeData(bytesNeeded: Int, buffer: ChannelBuffer)(continue: (ChannelBuffer) ⇒ Decoding): Decoding

    Attributes
    protected
    Definition Classes
    AbstractDecoder
  28. def decodeLast(arg0: ChannelHandlerContext, arg1: Channel, arg2: ChannelBuffer): AnyRef

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def decodeLine(buffer: ChannelBuffer, needsData: (Seq[ChannelBuffer]) ⇒ Int)(continue: (Seq[ChannelBuffer]) ⇒ Decoding): Decoding

    needsData

    return the number of bytes needed, or -1 if no more bytes are necessary.

    Attributes
    protected
    Definition Classes
    AbstractDecoder
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  32. def exceptionCaught(ctx: ChannelHandlerContext, e: ExceptionEvent): Unit

    Definition Classes
    AbstractDecoder → FrameDecoder → SimpleChannelUpstreamHandler
  33. def extractFrame(arg0: ChannelBuffer, arg1: Int, arg2: Int): ChannelBuffer

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  34. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  36. final def getMaxCumulationBufferCapacity(): Int

    Definition Classes
    FrameDecoder
  37. final def getMaxCumulationBufferComponents(): Int

    Definition Classes
    FrameDecoder
  38. def handleUpstream(arg0: ChannelHandlerContext, arg1: ChannelEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler → ChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  40. def internalBuffer(): ChannelBuffer

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. final def isUnfold(): Boolean

    Definition Classes
    FrameDecoder
  43. def messageReceived(arg0: ChannelHandlerContext, arg1: MessageEvent): Unit

    Definition Classes
    FrameDecoder → SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. def newCumulationBuffer(arg0: ChannelHandlerContext, arg1: Int): ChannelBuffer

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def replace(arg0: String, arg1: ChannelHandler): Unit

    Definition Classes
    FrameDecoder
  49. final def setMaxCumulationBufferCapacity(arg0: Int): Unit

    Definition Classes
    FrameDecoder
  50. final def setMaxCumulationBufferComponents(arg0: Int): Unit

    Definition Classes
    FrameDecoder
  51. final def setUnfold(arg0: Boolean): Unit

    Definition Classes
    FrameDecoder
  52. final def start(): Unit

    Attributes
    protected[com.twitter.finagle.memcached]
    Definition Classes
    DecoderAbstractDecoder
  53. var state: State

    Attributes
    protected
    Definition Classes
    StateMachine
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def transition[A](command: String)(f: PartialFunction[State, A]): A

    Attributes
    protected
    Definition Classes
    StateMachine
  57. final def unfoldAndFireMessageReceived(arg0: ChannelHandlerContext, arg1: SocketAddress, arg2: Any): Unit

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  58. def updateCumulation(arg0: ChannelHandlerContext, arg1: ChannelBuffer): ChannelBuffer

    Attributes
    protected[org.jboss.netty.handler.codec.frame]
    Definition Classes
    FrameDecoder
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def writeComplete(arg0: ChannelHandlerContext, arg1: WriteCompletionEvent): Unit

    Definition Classes
    SimpleChannelUpstreamHandler
    Annotations
    @throws( classOf[java.lang.Exception] )

Inherited from StateMachine

Inherited from AbstractDecoder

Inherited from FrameDecoder

Inherited from LifeCycleAwareChannelHandler

Inherited from SimpleChannelUpstreamHandler

Inherited from ChannelUpstreamHandler

Inherited from ChannelHandler

Inherited from AnyRef

Inherited from Any

Ungrouped