Uses of Class
org.eclipse.aether.repository.Proxy
-
Packages that use Proxy Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.util.repository 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 Proxy Modifier and Type Method Description ProxyDefaultRepositorySystemSession.NullProxySelector. getProxy(RemoteRepository repository) -
Uses of Proxy in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as Proxy Modifier and Type Field Description private ProxyAuthenticationContext. proxyprivate ProxyAuthenticationDigest. proxy(package private) ProxyRemoteRepository.Builder. proxyprivate ProxyRemoteRepository. proxyMethods in org.eclipse.aether.repository that return Proxy Modifier and Type Method Description ProxyAuthenticationContext. getProxy()Gets the proxy (if any) to be authenticated with.ProxyAuthenticationDigest. getProxy()Gets the proxy (if any) to be authenticated with.ProxyProxySelector. getProxy(RemoteRepository repository)Selects a proxy for the specified remote repository.ProxyRemoteRepository. getProxy()Gets the proxy that has been selected for this repository.Methods in org.eclipse.aether.repository with parameters of type Proxy Modifier and Type Method Description private static AuthenticationContextAuthenticationContext. newInstance(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth)RemoteRepository.BuilderRemoteRepository.Builder. setProxy(Proxy proxy)Sets the proxy to use in order to access the repository.Constructors in org.eclipse.aether.repository with parameters of type Proxy Constructor Description AuthenticationContext(RepositorySystemSession session, RemoteRepository repository, Proxy proxy, Authentication auth)AuthenticationDigest(RepositorySystemSession session, RemoteRepository repository, Proxy proxy) -
Uses of Proxy in org.eclipse.aether.util.repository
Fields in org.eclipse.aether.util.repository declared as Proxy Modifier and Type Field Description (package private) ProxyDefaultProxySelector.ProxyDef. proxyMethods in org.eclipse.aether.util.repository that return Proxy Modifier and Type Method Description ProxyConservativeProxySelector. getProxy(RemoteRepository repository)ProxyDefaultProxySelector. getProxy(RemoteRepository repository)ProxyJreProxySelector. getProxy(RemoteRepository repository)Methods in org.eclipse.aether.util.repository with parameters of type Proxy Modifier and Type Method Description DefaultProxySelectorDefaultProxySelector. add(Proxy proxy, java.lang.String nonProxyHosts)Adds the specified proxy definition to the selector.Constructors in org.eclipse.aether.util.repository with parameters of type Proxy Constructor Description ProxyDef(Proxy proxy, java.lang.String nonProxyHosts)
-