| Package | Description |
|---|---|
| org.littleshoot.proxy.impl |
| Modifier and Type | Field and Description |
|---|---|
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) |
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–2017 LittleShoot. All rights reserved.