Uses of Class
org.eclipse.aether.repository.Proxy
-
Packages that use Proxy Package Description 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.repository
Methods in org.eclipse.aether.repository that return Proxy Modifier and Type Method Description Proxy
AuthenticationContext. getProxy()
Gets the proxy (if any) to be authenticated with.Proxy
AuthenticationDigest. getProxy()
Gets the proxy (if any) to be authenticated with.Proxy
ProxySelector. getProxy(RemoteRepository repository)
Selects a proxy for the specified remote repository.Proxy
RemoteRepository. 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 RemoteRepository.Builder
RemoteRepository.Builder. setProxy(Proxy proxy)
Sets 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 Proxy Modifier and Type Method Description Proxy
ConservativeProxySelector. getProxy(RemoteRepository repository)
Proxy
DefaultProxySelector. getProxy(RemoteRepository repository)
Proxy
JreProxySelector. getProxy(RemoteRepository repository)
Methods in org.eclipse.aether.util.repository with parameters of type Proxy Modifier and Type Method Description DefaultProxySelector
DefaultProxySelector. add(Proxy proxy, String nonProxyHosts)
Adds the specified proxy definition to the selector.
-