Uses of Interface
org.eclipse.aether.repository.ProxySelector
Packages that use ProxySelector
Package
Description
The primary API of the
RepositorySystem and its functionality.Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of ProxySelector in org.eclipse.aether
Methods in org.eclipse.aether that return ProxySelectorModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getProxySelector()DefaultRepositorySystemSession.getProxySelector()RepositorySystemSession.getProxySelector()Gets the proxy selector to use for repositories discovered in artifact descriptors.Methods in org.eclipse.aether with parameters of type ProxySelectorModifier and TypeMethodDescriptionDefaultRepositorySystemSession.setProxySelector(ProxySelector proxySelector) Sets the proxy selector to use for repositories discovered in artifact descriptors. -
Uses of ProxySelector in org.eclipse.aether.util.repository
Classes in org.eclipse.aether.util.repository that implement ProxySelectorModifier and TypeClassDescriptionfinal classA proxy selector that delegates to another selector but only if a repository has no proxy yet.final classA simple proxy selector that selects the first matching proxy from a list of configured proxies.final classA proxy selector that uses theJRE's global proxy selector.Constructors in org.eclipse.aether.util.repository with parameters of type ProxySelectorModifierConstructorDescriptionConservativeProxySelector(ProxySelector selector) Creates a new selector that delegates to the specified selector.