Package org.eclipse.core.net.proxy
Provides support for the management of platform level proxy settings.
Package Specification
This package specifies the API required for managing platform level proxy settings.-
Interface Summary Interface Description IProxyChangeEvent Event which describes a change in the proxy information managed by theIProxyService
.IProxyChangeListener A listener that, when registered with theIProxyService
, gets notified when the proxy information changes.IProxyData AnIProxyData
contains the information that is required to connect to a particular proxy server.IProxyService Manages the proxy data and related information.