Uses of Enum
org.littleshoot.proxy.ChainedProxyType
Packages that use ChainedProxyType
-
Uses of ChainedProxyType in org.littleshoot.proxy
Methods in org.littleshoot.proxy that return ChainedProxyTypeModifier and TypeMethodDescriptionChainedProxy.getChainedProxyType()Tell LittleProxy the type of chained proxy that it will be connecting to.ChainedProxyAdapter.getChainedProxyType()static ChainedProxyTypeReturns 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 ChainedProxyTypeModifierConstructorDescriptionUnknownChainedProxyTypeException(ChainedProxyType chainedProxyType) -
Uses of ChainedProxyType in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as ChainedProxyTypeModifier and TypeFieldDescriptionprivate ChainedProxyTypeProxyToServerConnection.chainedProxyTypeMethods in org.littleshoot.proxy.impl that return ChainedProxyType