Uses of Class
org.littleshoot.proxy.ChainedProxyType
-
Packages that use ChainedProxyType Package Description org.littleshoot.proxy org.littleshoot.proxy.impl -
-
Uses of ChainedProxyType in org.littleshoot.proxy
Methods in org.littleshoot.proxy that return ChainedProxyType Modifier and Type Method Description ChainedProxyTypeChainedProxy. getChainedProxyType()Tell LittleProxy the type of chained proxy that it will be connecting to.ChainedProxyTypeChainedProxyAdapter. getChainedProxyType()static ChainedProxyTypeChainedProxyType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChainedProxyType[]ChainedProxyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.littleshoot.proxy with parameters of type ChainedProxyType Constructor Description UnknownChainedProxyTypeException(ChainedProxyType chainedProxyType) -
Uses of ChainedProxyType in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ChainedProxyType Modifier and Type Field Description private ChainedProxyTypeProxyToServerConnection. chainedProxyTypeMethods in org.littleshoot.proxy.impl that return ChainedProxyType Modifier and Type Method Description ChainedProxyTypeProxyToServerConnection. getChainedProxyType()
-