Uses of Class
org.eclipse.aether.repository.Proxy
Packages that use Proxy
Package
Description
The primary API of the
RepositorySystem
and its functionality.The definition of various kinds of repositories that host artifacts.
Support for downloads/uploads via the HTTP and HTTPS protocols.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of Proxy in org.eclipse.aether
Methods in org.eclipse.aether that return ProxyModifier and TypeMethodDescriptionDefaultRepositorySystemSession.NullProxySelector.getProxy
(RemoteRepository repository) -
Uses of Proxy in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as ProxyModifier and TypeFieldDescriptionprivate final Proxy
AuthenticationContext.proxy
private final Proxy
AuthenticationDigest.proxy
(package private) Proxy
RemoteRepository.Builder.proxy
private final Proxy
RemoteRepository.proxy
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 TypeMethodDescriptionprivate static AuthenticationContext
AuthenticationContext.newInstance
(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth) Sets the proxy to use in order to access the repository.Constructors in org.eclipse.aether.repository with parameters of type ProxyModifierConstructorDescriptionprivate
AuthenticationContext
(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth) private
AuthenticationDigest
(RepositorySystemSession session, RemoteRepository repository, Proxy proxy) -
Uses of Proxy in org.eclipse.aether.transport.http
Methods in org.eclipse.aether.transport.http with parameters of type Proxy -
Uses of Proxy in org.eclipse.aether.util.repository
Fields in org.eclipse.aether.util.repository declared as ProxyModifier and TypeFieldDescription(package private) final Proxy
DefaultProxySelector.ProxyDef.proxy
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.Constructors in org.eclipse.aether.util.repository with parameters of type Proxy