com.twitter.finagle.netty3

socks

package socks

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