com.twitter.finagle.exp.mysql

codec

package codec

Visibility
  1. Public
  2. All

Type Members

  1. case class Defragging(expected: Int, packets: Seq[Seq[Packet]], decoder: (Packet, Seq[Packet], Seq[Packet]) ⇒ Result) extends State with Product with Serializable

  2. class Endec extends SimpleChannelHandler

    Encoder: Encodes a Request into a ChannelBuffer.

  3. case class Handshaking(wroteInternalGreet: Boolean, serverGreet: Option[ServersGreeting]) extends State with Product with Serializable

  4. class PacketFrameDecoder extends FrameDecoder

    Decodes logical MySQL packets that could be fragmented across frames.

  5. sealed trait State extends AnyRef

Value Members

  1. object Idle extends State with Product with Serializable

  2. object WaitingForExecuteResults extends State with Product with Serializable

  3. object WaitingForPrepareOK extends State with Product with Serializable

Ungrouped