Uses of Class
org.eclipse.aether.repository.Proxy
Packages that use Proxy
Package
Description
The definition of various kinds of repositories that host artifacts.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of Proxy in org.eclipse.aether.internal.test.util.http
Fields in org.eclipse.aether.internal.test.util.http declared as Proxy -
Uses of Proxy in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return ProxyModifier and TypeMethodDescriptionAuthenticationContext.getProxy()
Gets the proxy (if any) to be authenticated with.AuthenticationDigest.getProxy()
Gets the proxy (if any) to be authenticated with.ProxySelector.getProxy
(RemoteRepository repository) Selects a proxy for the specified remote repository.RemoteRepository.getProxy()
Gets the proxy that has been selected for this repository.Methods in org.eclipse.aether.repository with parameters of type ProxyModifier and TypeMethodDescriptionSets the proxy to use in order to access the repository. -
Uses of Proxy in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository that return ProxyModifier and TypeMethodDescriptionConservativeProxySelector.getProxy
(RemoteRepository repository) DefaultProxySelector.getProxy
(RemoteRepository repository) JreProxySelector.getProxy
(RemoteRepository repository) Methods in org.eclipse.aether.util.repository with parameters of type ProxyModifier and TypeMethodDescriptionAdds the specified proxy definition to the selector.