| Package | Description |
|---|---|
| com.github.markusbernhardt.proxy | |
| com.github.markusbernhardt.proxy.selector.misc |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxySearch.setPacCacheSettings(int size,
long ttl,
BufferedProxySelector.CacheScope cacheScope)
Sets the cache size of the PAC proxy selector cache.
|
void |
ProxySearch.setPacCacheSettings(int size,
long ttl,
BufferedProxySelector.CacheScope cacheScope)
Sets the cache size of the PAC proxy selector cache.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedProxySelector.CacheScope |
BufferedProxySelector.CacheScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferedProxySelector.CacheScope |
BufferedProxySelector.CacheScope.valueOf(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.
|
static BufferedProxySelector.CacheScope[] |
BufferedProxySelector.CacheScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BufferedProxySelector(int maxSize,
long ttl,
ProxySelector delegate,
BufferedProxySelector.CacheScope cacheScope)
Constructor
|
BufferedProxySelector(int maxSize,
long ttl,
ProxySelector delegate,
BufferedProxySelector.CacheScope cacheScope)
Constructor
|
Copyright © 2022. All rights reserved.