| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.extras | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChainedProxy
Encapsulates information needed to connect to a chained proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedProxyAdapter
Convenience base class for implementations of
ChainedProxy. |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withSslEngineSource(SslEngineSource sslEngineSource)
Specify an
SslEngineSource to use for encrypting inbound
connections. |
| Modifier and Type | Class and Description |
|---|---|
class |
SelfSignedSslEngineSource
Basic
SslEngineSource for testing. |
| Modifier and Type | Field and Description |
|---|---|
private SslEngineSource |
DefaultHttpProxyServer.sslEngineSource |
private SslEngineSource |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.sslEngineSource |
| Modifier and Type | Method and Description |
|---|---|
protected SslEngineSource |
DefaultHttpProxyServer.getSslEngineSource() |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServerBootstrap |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withSslEngineSource(SslEngineSource sslEngineSource) |
| Constructor and Description |
|---|
ClientToProxyConnection(DefaultHttpProxyServer proxyServer,
SslEngineSource sslEngineSource,
boolean authenticateClients,
ChannelPipeline pipeline,
GlobalTrafficShapingHandler globalTrafficShapingHandler) |
DefaultHttpProxyServer(ServerGroup serverGroup,
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,
String proxyAlias,
int maxInitialLineLength,
int maxHeaderSize,
int maxChunkSize,
boolean allowRequestsToOriginServer)
Creates a new proxy server.
|
DefaultHttpProxyServerBootstrap(ServerGroup serverGroup,
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,
String proxyAlias,
int maxInitialLineLength,
int maxHeaderSize,
int maxChunkSize,
boolean allowRequestToOriginServer) |
Copyright © 2009–2017 LittleShoot. All rights reserved.