Package | Description |
---|---|
org.littleshoot.proxy | |
org.littleshoot.proxy.extras | |
org.littleshoot.proxy.impl |
Modifier and Type | Method and Description |
---|---|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withManInTheMiddle(MitmManager mitmManager)
Specify an
MitmManager to use for making this proxy act as an SSL
man in the middle |
Modifier and Type | Class and Description |
---|---|
class |
SelfSignedMitmManager
MitmManager that uses self-signed certs for everything. |
Modifier and Type | Field and Description |
---|---|
private MitmManager |
DefaultHttpProxyServer.mitmManager |
private MitmManager |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.mitmManager |
Modifier and Type | Method and Description |
---|---|
protected MitmManager |
DefaultHttpProxyServer.getMitmManager() |
Modifier and Type | Method and Description |
---|---|
HttpProxyServerBootstrap |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withManInTheMiddle(MitmManager mitmManager) |
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.