com.twitter.finagle

transport

package transport

Visibility
  1. Public
  2. All

Type Members

  1. class ChannelTransport[In, Out] extends Transport[In, Out] with ChannelUpstreamHandler

  2. class ClientChannelTransport[In, Out] extends Transport[In, Out] with ChannelUpstreamHandler

    Implements a {{Transport}} based on a Netty channel.

  3. class QueueTransport[In, Out] extends Transport[In, Out]

    A Transport interface to a pair of queues (one for reading, one for writing); useful for testing.

  4. trait Transport[In, Out] extends Closable

    A transport is a representation of a stream of objects that may be read from and written to asynchronously.

  5. trait TransportFactory extends AnyRef

    A factory for transports: they are specially encoded as to be polymorphic.

Ungrouped