Interface | Description |
---|---|
ProxyConnectionLogger.LogDispatch |
Class | Description |
---|---|
CategorizedThreadFactory |
A ThreadFactory that adds LittleProxy-specific information to the threads' names.
|
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 | |
NetworkUtils | Deprecated
This class is no longer used by LittleProxy and may be removed in a future release.
|
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.
|
ProxyThreadPools |
Encapsulates the thread pools used by the proxy.
|
ProxyToServerConnection |
Represents a connection from our proxy to a server on the web.
|
ProxyUtils |
Utilities for the proxy.
|
ServerGroup |
Manages thread pools for one or more proxy server instances.
|
ThreadPoolConfiguration |
Configuration object for the proxy's thread pools.
|
Enum | Description |
---|---|
ConnectionState |
Copyright © 2009–2017 LittleShoot. All rights reserved.