Package

com.twitter

finagle

Permalink

package finagle

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. finagle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractCodec[Req, Rep] extends Codec[Req, Rep]

    Permalink

    An abstract class version of the above for java compatibility.

  2. case class ClientCodecConfig(serviceName: String) extends Product with Serializable

    Permalink

    Clients

  3. trait Codec[Req, Rep] extends AnyRef

    Permalink

    Codecs provide protocol encoding and decoding via netty pipelines as well as a standard filter stack that is applied to services from this codec.

  4. trait CodecFactory[Req, Rep] extends AnyRef

    Permalink

    A combined codec factory provides both client and server codec factories in one (when available).

  5. case class ServerCodecConfig(serviceName: String, boundAddress: SocketAddress) extends Product with Serializable

    Permalink

    Servers

Value Members

  1. object Codec

    Permalink
  2. package httpproxy

    Permalink
  3. package netty3

    Permalink

    Package netty3 implements the bottom finagle primitives: {{com.twitter.finagle.Server}} and a client transport in terms of the netty3 event loop.

    Package netty3 implements the bottom finagle primitives: {{com.twitter.finagle.Server}} and a client transport in terms of the netty3 event loop.

    Note: when {{com.twitter.finagle.builder.ClientBuilder}} and {{com.twitter.finagle.builder.ServerBuilder}} are deprecated, package netty3 can move into its own package, so that only the (new-style) clients and servers that depend on netty3 bring it in.

  4. package socks

    Permalink
  5. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped