Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package twitter
    Definition Classes
    com
  • package finagle
    Definition Classes
    twitter
  • package netty3

    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.

    Definition Classes
    finagle
  • package channel
    Definition Classes
    netty3
  • package socks
    Definition Classes
    netty3
  • package transport
    Definition Classes
    netty3
  • ChannelTransport
  • ChannelTransportContext

package transport

Type Members

  1. class ChannelTransport[In, Out] extends Transport[In, Out] with ChannelUpstreamHandler
  2. final class ChannelTransportContext extends TransportContext

    TransportContext for use with a Finagle Netty 3 ChannelTransport.

Ungrouped