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 ThriftMuxClientImpl(muxer: Client[ChannelBuffer, ChannelBuffer], protocolFactory: TProtocolFactory = ...) extends Client[ThriftClientRequest, Array[Byte]] with ThriftRichClient with Product with Serializable

    $clientExample

  2. case class ThriftMuxServerImpl(muxer: Server[ChannelBuffer, ChannelBuffer], protocolFactory: TProtocolFactory = ...) extends Server[Array[Byte], Array[Byte]] with ThriftRichServer with Product with Serializable

    $serverExample

Value Members

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

    ThriftMux is a client and server for thrift, using com.twitter.finagle.mux as a transport.

  2. object ThriftMuxClient extends ThriftMuxClientImpl

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

  3. object ThriftMuxListener extends Netty3Listener[ChannelBuffer, ChannelBuffer]

  4. object ThriftMuxServer extends ThriftMuxServerImpl

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

  5. object ThriftMuxer extends DefaultServer[ChannelBuffer, ChannelBuffer, ChannelBuffer, ChannelBuffer]

  6. package exp

Inherited from AnyRef

Inherited from Any

Ungrouped