Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package twitter
    Definition Classes
    com
  • package finagle
    Definition Classes
    twitter
  • package httpproxy
    Definition Classes
    finagle
  • HttpConnectHandler
  • 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 socks
    Definition Classes
    finagle
  • package util
    Definition Classes
    finagle
p

com.twitter.finagle

httpproxy

package httpproxy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class HttpConnectHandler extends SimpleChannelHandler

Value Members

  1. object HttpConnectHandler

    Handle SSL connections through a proxy that accepts HTTP CONNECT.

    Handle SSL connections through a proxy that accepts HTTP CONNECT.

    See http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#9.9

Ungrouped