Package | Description |
---|---|
org.littleshoot.proxy | |
org.littleshoot.proxy.impl |
Modifier and Type | Class and Description |
---|---|
class |
ActivityTrackerAdapter
Adapter of
ActivityTracker interface that provides default no-op
implementations of all methods. |
Modifier and Type | Method and Description |
---|---|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.plusActivityTracker(ActivityTracker activityTracker)
Add an
ActivityTracker for tracking activity in this proxy. |
Modifier and Type | Field and Description |
---|---|
private Collection<ActivityTracker> |
DefaultHttpProxyServer.activityTrackers
Track all ActivityTrackers for tracking proxying activity.
|
private Collection<ActivityTracker> |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.activityTrackers |
Modifier and Type | Method and Description |
---|---|
protected Collection<ActivityTracker> |
DefaultHttpProxyServer.getActivityTrackers() |
Modifier and Type | Method and Description |
---|---|
HttpProxyServerBootstrap |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.plusActivityTracker(ActivityTracker activityTracker) |
Constructor and Description |
---|
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)
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) |
Copyright © 2009–2019 LittleShoot. All rights reserved.