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
  • SocksConnectHandler
  • package transport
    Definition Classes
    netty3

package socks

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class SocksConnectHandler extends SimpleChannelHandler

    Handle connections through a SOCKS proxy.

    Handle connections through a SOCKS proxy.

    See http://www.ietf.org/rfc/rfc1928.txt

    Only username and password authentication is implemented; See https://tools.ietf.org/rfc/rfc1929.txt

    We assume the proxy is provided by ssh -D.

Value Members

  1. object SocksConnectHandler

Ungrouped