| Package | Description |
|---|---|
| org.littleshoot.proxy.impl |
| Modifier and Type | Field and Description |
|---|---|
private DefaultHttpProxyServer |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.original |
protected DefaultHttpProxyServer |
ProxyConnection.proxyServer |
| Modifier and Type | Method and Description |
|---|---|
private DefaultHttpProxyServer |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.build() |
| Modifier and Type | Method and Description |
|---|---|
static InetSocketAddress |
ProxyToServerConnection.addressFor(String hostAndPort,
DefaultHttpProxyServer proxyServer)
Build an
InetSocketAddress for the given hostAndPort. |
(package private) static ProxyToServerConnection |
ProxyToServerConnection.create(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
HttpFilters initialFilters,
HttpRequest initialHttpRequest,
GlobalTrafficShapingHandler globalTrafficShapingHandler)
Create a new ProxyToServerConnection.
|
| Constructor and Description |
|---|
ClientToProxyConnection(DefaultHttpProxyServer proxyServer,
SslEngineSource sslEngineSource,
boolean authenticateClients,
ChannelPipeline pipeline,
GlobalTrafficShapingHandler globalTrafficShapingHandler) |
DefaultHttpProxyServerBootstrap(DefaultHttpProxyServer original,
TransportProtocol transportProtocol,
InetSocketAddress requestedAddress,
SslEngineSource sslEngineSource,
boolean authenticateSslClients,
ProxyAuthenticator proxyAuthenticator,
ChainedProxyManager chainProxyManager,
MitmManager mitmManager,
HttpFiltersSource filtersSource,
boolean transparent,
int idleConnectionTimeout,
Collection<ActivityTracker> activityTrackers,
int connectTimeout,
HostResolver serverResolver,
long readThrottleBytesPerSecond,
long writeThrottleBytesPerSecond,
InetSocketAddress localAddress) |
ProxyConnection(ConnectionState initialState,
DefaultHttpProxyServer proxyServer,
boolean runsAsSslClient)
Construct a new ProxyConnection.
|
ProxyToServerConnection(DefaultHttpProxyServer proxyServer,
ClientToProxyConnection clientConnection,
String serverHostAndPort,
ChainedProxy chainedProxy,
Queue<ChainedProxy> availableChainedProxies,
HttpFilters initialFilters,
GlobalTrafficShapingHandler globalTrafficShapingHandler) |
Copyright © 2009–2015 LittleShoot. All rights reserved.