com.twitter

finagle

package finagle

Linear Supertypes
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. trait ThriftRichClient extends AnyRef

    A mixin trait to provide a rich Thrift client API.

  2. 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 ThriftRichClient with Server[Array[Byte], Array[Byte]] 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