Uses of Interface
org.eclipse.aether.repository.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
Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getProxySelector()
DefaultRepositorySystemSession.getProxySelector()
RepositorySystemSession.getProxySelector()
Gets the proxy selector to use for repositories discovered in artifact descriptors.Modifier 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
Modifier and TypeClassDescriptionfinal class
A proxy selector that delegates to another selector but only if a repository has no proxy yet.final class
A simple proxy selector that selects the first matching proxy from a list of configured proxies.final class
A proxy selector that uses theJRE's global proxy selector
.ModifierConstructorDescriptionConservativeProxySelector
(ProxySelector selector) Creates a new selector that delegates to the specified selector.