Uses of Interface
org.eclipse.core.net.proxy.IProxyData
Packages that use IProxyData
Package
Description
Provides support for the management of platform level proxy settings.
-
Uses of IProxyData in org.eclipse.core.net.proxy
Methods in org.eclipse.core.net.proxy that return IProxyDataModifier and TypeMethodDescriptionIProxyChangeEvent.getChangedProxyData()
For a change type ofIProxyChangeEvent.PROXY_DATA_CHANGED
, this method returns the state of the changed known proxies after the change occurred.IProxyChangeEvent.getOldProxyData()
For a change type ofIProxyChangeEvent.PROXY_DATA_CHANGED
, this method returns the state of all known proxies before the change occurred.IProxyService.getProxyData()
Returns the list of know proxy types and their settings.IProxyService.getProxyData
(String type) Returns the proxy data for the proxy of the given type ornull
if the proxy type is not known by this service.IProxyService.getProxyDataForHost
(String host) Deprecated.This method is deprecated because of its ambiguity.IProxyService.getProxyDataForHost
(String host, String type) Deprecated.This method is deprecated because of its ambiguity.Returns all the applicable proxy data to access the specified URI.Methods in org.eclipse.core.net.proxy with parameters of type IProxyDataModifier and TypeMethodDescriptionvoid
IProxyService.setProxyData
(IProxyData[] proxies) Sets the information associated with known proxy types.