Uses of Enum
com.github.markusbernhardt.proxy.selector.misc.BufferedProxySelector.CacheScope
Packages that use BufferedProxySelector.CacheScope
-
Uses of BufferedProxySelector.CacheScope in com.github.markusbernhardt.proxy
Fields in com.github.markusbernhardt.proxy declared as BufferedProxySelector.CacheScopeModifier and TypeFieldDescriptionprivate static final BufferedProxySelector.CacheScope
ProxySearch.DEFAULT_PAC_CACHE_SCOPE
private BufferedProxySelector.CacheScope
ProxySearch.pacCacheScope
Methods in com.github.markusbernhardt.proxy with parameters of type BufferedProxySelector.CacheScopeModifier and TypeMethodDescriptionvoid
ProxySearch.setPacCacheSettings
(int size, long ttl, BufferedProxySelector.CacheScope cacheScope) Sets the cache size of the PAC proxy selector cache. -
Uses of BufferedProxySelector.CacheScope in com.github.markusbernhardt.proxy.selector.misc
Fields in com.github.markusbernhardt.proxy.selector.misc declared as BufferedProxySelector.CacheScopeModifier and TypeFieldDescriptionprivate BufferedProxySelector.CacheScope
BufferedProxySelector.cacheScope
Methods in com.github.markusbernhardt.proxy.selector.misc that return BufferedProxySelector.CacheScopeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BufferedProxySelector.CacheScope[]
BufferedProxySelector.CacheScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.markusbernhardt.proxy.selector.misc with parameters of type BufferedProxySelector.CacheScopeModifierConstructorDescriptionBufferedProxySelector
(int maxSize, long ttl, ProxySelector delegate, BufferedProxySelector.CacheScope cacheScope) Constructor