Uses of Class
org.sonatype.aether.repository.Proxy

Packages that use Proxy
org.sonatype.aether.repository   
org.sonatype.aether.util.repository   
 

Uses of Proxy in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository that return Proxy
 Proxy RemoteRepository.getProxy()
          Gets the proxy that has been selected for this repository.
 Proxy ProxySelector.getProxy(RemoteRepository repository)
          Selects a proxy for the specified remote repository.
 Proxy Proxy.setAuthentication(Authentication auth)
          Sets the authentication to use for the proxy connection.
 Proxy Proxy.setHost(java.lang.String host)
          Sets the host of the proxy.
 Proxy Proxy.setPort(int port)
          Sets the port number for the proxy.
 Proxy Proxy.setType(java.lang.String type)
          Sets the type of the proxy.
 

Methods in org.sonatype.aether.repository with parameters of type Proxy
 RemoteRepository RemoteRepository.setProxy(Proxy proxy)
          Sets the proxy to use in order to access this repository.
 

Uses of Proxy in org.sonatype.aether.util.repository
 

Methods in org.sonatype.aether.util.repository that return Proxy
 Proxy DefaultProxySelector.getProxy(RemoteRepository repository)
           
 Proxy ConservativeProxySelector.getProxy(RemoteRepository repository)
           
 

Methods in org.sonatype.aether.util.repository with parameters of type Proxy
 DefaultProxySelector DefaultProxySelector.add(Proxy proxy, java.lang.String nonProxyHosts)
          Adds the specified proxy definition to the selector.
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.