Uses of Class
com.github.markusbernhardt.proxy.selector.misc.BufferedProxySelector.CacheScope
-
Packages that use BufferedProxySelector.CacheScope Package Description com.github.markusbernhardt.proxy com.github.markusbernhardt.proxy.selector.misc -
-
Uses of BufferedProxySelector.CacheScope in com.github.markusbernhardt.proxy
Fields in com.github.markusbernhardt.proxy declared as BufferedProxySelector.CacheScope Modifier and Type Field Description private static BufferedProxySelector.CacheScopeProxySearch. DEFAULT_PAC_CACHE_SCOPEprivate BufferedProxySelector.CacheScopeProxySearch. pacCacheScopeMethods in com.github.markusbernhardt.proxy with parameters of type BufferedProxySelector.CacheScope Modifier and Type Method Description voidProxySearch. 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.CacheScope Modifier and Type Field Description private BufferedProxySelector.CacheScopeBufferedProxySelector. cacheScopeMethods in com.github.markusbernhardt.proxy.selector.misc that return BufferedProxySelector.CacheScope Modifier and Type Method Description static BufferedProxySelector.CacheScopeBufferedProxySelector.CacheScope. valueOf(java.lang.String name)Returns 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.CacheScope Constructor Description BufferedProxySelector(int maxSize, long ttl, java.net.ProxySelector delegate, BufferedProxySelector.CacheScope cacheScope)Constructor
-