Uses of Class
org.littleshoot.proxy.impl.ClientDetails
-
Packages that use ClientDetails Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ClientDetails in org.littleshoot.proxy
Methods in org.littleshoot.proxy with parameters of type ClientDetails Modifier and Type Method Description voidChainedProxyManager. lookupChainedProxies(HttpRequest httpRequest, Queue<ChainedProxy> chainedProxies, ClientDetails clientDetails)Based on the given httpRequest, add anyChainedProxys to the list that should be used to process the request. -
Uses of ClientDetails in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ClientDetails Modifier and Type Field Description private ClientDetailsClientToProxyConnection. clientDetailsMethods in org.littleshoot.proxy.impl that return ClientDetails Modifier and Type Method Description ClientDetailsClientToProxyConnection. getClientDetails()
-