public class

ProxyService

extends Object
java.lang.Object
   ↳ com.sun.java.browser.net.ProxyService

Summary

Public Constructors
ProxyService()
Public Methods
static ProxyInfo[] getProxyInfo(URL url)

The function returns proxy information of the specified URL.

static void setProvider(ProxyServiceProvider p)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProxyService ()

Public Methods

public static ProxyInfo[] getProxyInfo (URL url)

The function returns proxy information of the specified URL.

Parameters
url URL
Returns
  • returns proxy information. If there is not proxy, returns null
Throws
IOException

public static void setProvider (ProxyServiceProvider p)

Throws
IOException