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. class ThriftMuxClientLike extends StackBasedClient[ThriftClientRequest, Array[Byte]] with Parameterized[ThriftMuxClientLike] with Transformable[ThriftMuxClientLike] with ThriftRichClient

    A com.twitter.finagle.Client for the Thrift protocol served over com.twitter.finagle.mux.

  2. class ThriftMuxServerLike extends Server[Array[Byte], Array[Byte]] with ThriftRichServer with (Params) ⇒ Server[Array[Byte], Array[Byte]]

    A server for the Thrift protocol served over com.twitter.finagle.mux.

Value Members

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

    The ThriftMux object is both a com.twitter.finagle.Client and a com.twitter.finagle.Server for the Thrift protocol served over com.twitter.finagle.mux.

  2. package thriftmux

Deprecated Value Members

  1. object ThriftMuxClient extends ThriftMuxClientLike

    A client for thrift served over com.twitter.finagle.mux

  2. object ThriftMuxServer extends ThriftMuxServerLike

    A Thrift server served over com.twitter.finagle.mux.

Inherited from AnyRef

Inherited from Any

Ungrouped