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,
io.netty.handler.codec.http.HttpRequest initialHttpRequest,
io.netty.handler.traffic.GlobalTrafficShapingHandler globalTrafficShapingHandler)
Create a new ProxyToServerConnection.
|
Constructor and Description |
---|
ClientToProxyConnection(DefaultHttpProxyServer proxyServer,
SslEngineSource sslEngineSource,
boolean authenticateClients,
io.netty.channel.ChannelPipeline pipeline,
io.netty.handler.traffic.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,
io.netty.handler.traffic.GlobalTrafficShapingHandler globalTrafficShapingHandler) |
Copyright © 2009–2017 LittleShoot. All rights reserved.