Uses of Class
org.littleshoot.proxy.impl.ProxyThreadPools
-
Packages that use ProxyThreadPools Package Description org.littleshoot.proxy.impl -
-
Uses of ProxyThreadPools in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl with type parameters of type ProxyThreadPools Modifier and Type Field Description private EnumMap<TransportProtocol,ProxyThreadPools>ServerGroup. protocolThreadPoolsA mapping ofTransportProtocols to their initializedProxyThreadPools.Methods in org.littleshoot.proxy.impl that return ProxyThreadPools Modifier and Type Method Description private ProxyThreadPoolsServerGroup. getThreadPoolsForProtocol(TransportProtocol protocol)Retrieves theProxyThreadPoolsfor the specified transport protocol.
-