| Package | Description |
|---|---|
| org.littleshoot.proxy | |
| org.littleshoot.proxy.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServerBootstrap |
HttpProxyServerBootstrap.withThreadPoolConfiguration(ThreadPoolConfiguration configuration)
Set the configuration parameters for the proxy's thread pools.
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPoolConfiguration |
ThreadPoolConfiguration.withAcceptorThreads(int acceptorThreads)
Set the number of acceptor threads to create.
|
ThreadPoolConfiguration |
ThreadPoolConfiguration.withClientToProxyWorkerThreads(int clientToProxyWorkerThreads)
Set the number of client-to-proxy worker threads to create.
|
ThreadPoolConfiguration |
ThreadPoolConfiguration.withProxyToServerWorkerThreads(int proxyToServerWorkerThreads)
Set the number of proxy-to-server worker threads to create.
|
| Modifier and Type | Method and Description |
|---|---|
HttpProxyServerBootstrap |
DefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withThreadPoolConfiguration(ThreadPoolConfiguration configuration) |
Copyright © 2009–2017 LittleShoot. All rights reserved.