com.twitter

finagle

package finagle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. finagle
  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 ThriftImpl extends Client[ThriftClientRequest, Array[Byte]] with Server[Array[Byte], Array[Byte]] with ThriftRichClient with ThriftRichServer with Product with Serializable

    Client and server for Apache Thrift.

  2. trait ThriftRichClient extends AnyRef

    A mixin trait to provide a rich Thrift client API.

  3. trait ThriftRichServer extends AnyRef

    A mixin trait to provide a rich Thrift server API.

Value Members

  1. object Thrift extends Client[ThriftClientRequest, Array[Byte]] with Server[Array[Byte], Array[Byte]] with ThriftRichClient with ThriftRichServer

    Client and server for Apache Thrift.

  2. package thrift

    Please use the new interface, com.twitter.finagle.Thrift, for constructing thrift clients and servers.

Inherited from AnyRef

Inherited from Any

Ungrouped