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
Classes in org.eclipse.aether that implement ProxySelectorModifier and TypeClassDescription(package private) static class
Fields in org.eclipse.aether declared as ProxySelectorModifier and TypeFieldDescriptionstatic final ProxySelector
DefaultRepositorySystemSession.NullProxySelector.INSTANCE
private ProxySelector
DefaultRepositorySystemSession.proxySelector
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 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
.Fields in org.eclipse.aether.util.repository declared as ProxySelectorConstructors in org.eclipse.aether.util.repository with parameters of type ProxySelectorModifierConstructorDescriptionConservativeProxySelector
(ProxySelector selector) Creates a new selector that delegates to the specified selector.