Package com.luciad.loaders
Interface IProxySelector
public interface IProxySelector
This interface allows to select a proxy to use when connecting to network resources.
Implementations of this interface must be thread-safe.
See also the related guide on How to configure a proxy server.
-
Method Summary
Modifier and TypeMethodDescriptionselectProxy
(String uri) Select the proxy to use when connecting to the given URI.