Package org.eclipse.aether.repository
Interface ProxySelector
- All Known Implementing Classes:
ConservativeProxySelector
,DefaultProxySelector
,JreProxySelector
public interface ProxySelector
Selects a proxy for a given remote repository.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetProxy
(RemoteRepository repository) 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 benull
.- Returns:
- The selected proxy or
null
if none.
-