Package

com.twitter

finagle

Permalink

package finagle

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. finagle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait MysqlRichClient extends AnyRef

    Permalink

    Supplements a com.twitter.finagle.Client with convenient builder methods for constructing a mysql client.

Value Members

  1. object MySqlClientTracingFilter

    Permalink
  2. object Mysql extends Client[Request, Result] with MysqlRichClient

    Permalink

    Example:
    1. val client = Mysql.client
        .withCredentials("", "")
        .withDatabase("")
        .newRichClient("inet!localhost:3306")
  3. package mysql

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped