| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServerBootstrap |
HttpProxyServer.clone()
Clone the existing server, with a port 1 higher and everything else the
same.
|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.plusActivityTracker(ActivityTracker activityTracker) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withAddress(InetSocketAddress address) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withAllowLocalOnly(boolean allowLocalOnly) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withChainProxyManager(ChainedProxyManager chainProxyManager) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withFiltersSource(HttpFiltersSource filtersSource) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withIdleConnectionTimeout(int idleConnectionTimeout) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withListenOnAllAddresses(boolean listenOnAllAddresses) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withName(String name) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withPort(int port) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withProxyAuthenticator(ProxyAuthenticator proxyAuthenticator) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withSslEngineSource(SslEngineSource sslEngineSource) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withTransparent(boolean transparent) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withTransportProtocol(TransportProtocol transportProtocol) |
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withUseDnsSec(boolean useDnsSec) |
| Modifier and Type | Method and Description |
|---|---|
static HttpProxyServerBootstrap |
DefaultHttpProxyServer.bootstrap()
Bootstrap a new
DefaultHttpProxyServer starting from scratch. |
static HttpProxyServerBootstrap |
DefaultHttpProxyServer.bootstrapFromFile(String path)
Bootstrap a new
DefaultHttpProxyServer using defaults from the
given file. |
HttpProxyServerBootstrap |
DefaultHttpProxyServer.clone() |
Copyright © 2009-2013 LittleShoot. All Rights Reserved.