Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] EclipseProxySelector

26 nov 2010 kl. 10:29 skrev Kinzler, Mathias:

> I hope someone can help with this: The EGit UI plug-in sets a proxy selector during startup. This class does some sort of protocol to proxy type mapping and then issues a
> 
> IProxyData data = IProxyService.getProxyDataForHost(host, type)
> ...
> 
> Unfortunately, this method is deprecated.
> 
> First of all, there is not documentation about this class whatsoever, so I'd like to understand the purpose of it and add javadoc if at all possible.
> Or perhaps we find out we don't need this at all

I assume this file is created from javadoc?

http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/net/proxy/IProxyService.html

-- robin



Back to the top