Class DefaultRepositorySystemSession.NullProxySelector

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Proxy getProxy​(RemoteRepository repository)
      Selects a proxy for the specified remote repository.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullProxySelector

        NullProxySelector()
    • Method Detail

      • getProxy

        public Proxy getProxy​(RemoteRepository repository)
        Description copied from interface: ProxySelector
        Selects a proxy for the specified remote repository.
        Specified by:
        getProxy in interface ProxySelector
        Parameters:
        repository - The repository for which to select a proxy, must not be null.
        Returns:
        The selected proxy or null if none.