| ClientDetails |
Contains information about the client.
|
| 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 |
|
| ConnectionState |
|
| DefaultHttpProxyServer |
|
| ProxyConnection |
Base class for objects that represent a connection to/from our proxy.
|
| ProxyConnection.BytesReadMonitor |
Utility handler for monitoring bytes read on this connection.
|
| ProxyConnection.BytesWrittenMonitor |
Utility handler for monitoring bytes written on this connection.
|
| ProxyConnection.RequestReadMonitor |
Utility handler for monitoring requests read on this connection.
|
| ProxyConnection.RequestWrittenMonitor |
Utility handler for monitoring requests written on this connection.
|
| ProxyConnection.ResponseReadMonitor |
Utility handler for monitoring responses read on this connection.
|
| ProxyConnection.ResponseWrittenMonitor |
Utility handler for monitoring responses written on this connection.
|
| ProxyConnectionLogger |
A helper class that logs messages for ProxyConnections.
|
| ProxyConnectionLogger.LogDispatch |
|
| ProxyThreadPools |
Encapsulates the thread pools used by the proxy.
|
| ProxyToServerConnection |
Represents a connection from our proxy to a server on the web.
|
| ServerGroup |
Manages thread pools for one or more proxy server instances.
|
| ThreadPoolConfiguration |
Configuration object for the proxy's thread pools.
|