com.twitter.finagle

exp

package exp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. exp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class MysqlClient extends Client[Request, Result] with MysqlRichClient with Product with Serializable

    Brings all the pieces together and implements a mysql client in terms of a finagle DefaultClient.

  2. trait MysqlRichClient extends AnyRef

    A rich mysql client supplements a Client[Request, Result] with convenient mysql specific builder methods.

Value Members

  1. object Mysql extends MysqlClient

  2. object MysqlTracing extends SimpleFilter[Request, Result]

    Tracing filter for mysql client requests.

  3. package mysql

Inherited from AnyRef

Inherited from Any

Ungrouped