Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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[] 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.
  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[] IProxyService. getProxyData ()
          Returns the list of know proxy types and their settings.
  IProxyData IProxyService. getProxyData ( String type)
          Returns 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)
          Deprecated. This method is deprecated because of its ambiguity. Use IProxyService.select(URI) instead.
  IProxyData IProxyService. getProxyDataForHost ( String host, String type)
          Deprecated. This method is deprecated because of its ambiguity. Use IProxyService.select(URI) instead.
  IProxyData[] IProxyService. select ( URI uri)
          Returns all the applicable proxy data to access the specified URI.
 

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


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire