| Interface | Description |
|---|---|
| ProxyConnectionLogger.LogDispatch |
| Class | Description |
|---|---|
| ClientToProxyConnection |
Represents a connection from a client to our proxy.
|
| ConnectionFlow |
Coordinates the various steps involved in establishing a connection, such as
establishing a socket connection, SSL handshaking, HTTP CONNECT request
processing, and so on.
|
| ConnectionFlowStep |
Represents a phase in a
ConnectionFlow. |
| DefaultHttpProxyServer |
Primary implementation of an
HttpProxyServer. |
| DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap | |
| DefaultHttpProxyServer.ServerGroup |
Represents a group of servers that share thread pools.
|
| NetworkUtils |
Network utilities methods.
|
| ProxyConnection<I extends HttpObject> |
Base class for objects that represent a connection to/from our proxy.
|
| ProxyConnectionLogger |
A helper class that logs messages for ProxyConnections.
|
| ProxyToServerConnection |
Represents a connection from our proxy to a server on the web.
|
| ProxyUtils |
Utilities for the proxy.
|
| Enum | Description |
|---|---|
| ConnectionState |
Copyright © 2009–2015 LittleShoot. All rights reserved.