Uses of Class
org.littleshoot.proxy.impl.ProxyThreadPools
Packages that use ProxyThreadPools
-
Uses of ProxyThreadPools in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl with type parameters of type ProxyThreadPoolsModifier and TypeFieldDescriptionprivate final EnumMap<TransportProtocol,ProxyThreadPools> ServerGroup.protocolThreadPoolsA mapping ofTransportProtocols to their initializedProxyThreadPools.Methods in org.littleshoot.proxy.impl that return ProxyThreadPoolsModifier and TypeMethodDescriptionprivate ProxyThreadPoolsServerGroup.getThreadPoolsForProtocol(TransportProtocol protocol) Retrieves theProxyThreadPoolsfor the specified transport protocol.