Eclipse Platform
Release 3.3

Uses of Interface
org.eclipse.core.net.proxy.IProxyData

Packages that use IProxyData
org.eclipse.core.net.proxy 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 IProxyData
 IProxyData[] IProxyService.getProxyData()
          Return the list of know proxy types and their settings.
 IProxyData[] IProxyService.getProxyDataForHost(String host)
          Return the list of known proxy types and their settings for the given host.
 IProxyData IProxyService.getProxyData(String type)
          Return the proxy data for the proxy of the given type or null if the proxy type is not known by this service.
 IProxyData IProxyService.getProxyDataForHost(String host, String type)
          Return the proxy data for the proxy of the given type or null if the proxy type is not known by this service, the proxy data is empty for that type or the host is in the non-proxied host list.
 IProxyData[] IProxyChangeEvent.getOldProxyData()
          For a change type of IProxyChangeEvent.PROXY_DATA_CHANGED, this method returns the state of all known proxies before the change occurred.
 IProxyData[] IProxyChangeEvent.getChangedProxyData()
          For a change type of IProxyChangeEvent.PROXY_DATA_CHANGED, this method returns the state of the changed known proxies after the change occurred.
 

Methods in org.eclipse.core.net.proxy with parameters of type IProxyData
 void IProxyService.setProxyData(IProxyData[] proxies)
          Set the information associated with known proxy types.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.