Package | Description |
---|---|
org.littleshoot.proxy | |
org.littleshoot.proxy.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHostResolver
Default implementation of
HostResolver that just uses
InetAddress.getByName(String) . |
class |
DnsSecServerResolver |
Modifier and Type | Method and Description |
---|---|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withServerResolver(HostResolver serverResolver)
Specify a custom
HostResolver for resolving server addresses. |
Modifier and Type | Field and Description |
---|---|
private HostResolver |
DefaultHttpProxyServer.serverResolver |
private HostResolver |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.serverResolver |
Modifier and Type | Method and Description |
---|---|
HostResolver |
DefaultHttpProxyServer.getServerResolver() |
Modifier and Type | Method and Description |
---|---|
HttpProxyServerBootstrap |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withServerResolver(HostResolver serverResolver) |
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–2018 LittleShoot. All rights reserved.