Uses of Class
org.littleshoot.proxy.impl.ThreadPoolConfiguration
-
Packages that use ThreadPoolConfiguration Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ThreadPoolConfiguration in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ThreadPoolConfiguration Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withThreadPoolConfiguration(ThreadPoolConfiguration configuration)Set the configuration parameters for the proxy's thread pools. -
Uses of ThreadPoolConfiguration in org.littleshoot.proxy.impl
Methods in org.littleshoot.proxy.impl that return ThreadPoolConfiguration Modifier and Type Method Description ThreadPoolConfigurationThreadPoolConfiguration. withAcceptorThreads(int acceptorThreads)Set the number of acceptor threads to create.ThreadPoolConfigurationThreadPoolConfiguration. withClientToProxyWorkerThreads(int clientToProxyWorkerThreads)Set the number of client-to-proxy worker threads to create.ThreadPoolConfigurationThreadPoolConfiguration. withProxyToServerWorkerThreads(int proxyToServerWorkerThreads)Set the number of proxy-to-server worker threads to create.Methods in org.littleshoot.proxy.impl with parameters of type ThreadPoolConfiguration Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withThreadPoolConfiguration(ThreadPoolConfiguration configuration)
-