Uses of Class
org.littleshoot.proxy.impl.ThreadPoolConfiguration
Packages that use ThreadPoolConfiguration
-
Uses of ThreadPoolConfiguration in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ThreadPoolConfigurationModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 ThreadPoolConfigurationModifier and TypeMethodDescriptionThreadPoolConfiguration.withAcceptorThreads(int acceptorThreads) Set the number of acceptor threads to create.ThreadPoolConfiguration.withClientToProxyWorkerThreads(int clientToProxyWorkerThreads) Set the number of client-to-proxy worker threads to create.ThreadPoolConfiguration.withProxyToServerWorkerThreads(int proxyToServerWorkerThreads) Set the number of proxy-to-server worker threads to create.Methods in org.littleshoot.proxy.impl with parameters of type ThreadPoolConfigurationModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withThreadPoolConfiguration(ThreadPoolConfiguration configuration)