Interface ProxySelector


public interface ProxySelector
Selects a proxy for a given remote repository.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Selects a proxy for the specified remote repository.
  • Method Details

    • getProxy

      Selects a proxy for the specified remote repository.
      Parameters:
      repository - The repository for which to select a proxy, must not be null.
      Returns:
      The selected proxy or null if none.