Example usage for android.net ProxyInfo ProxyInfo

List of usage examples for android.net ProxyInfo ProxyInfo

Introduction

In this page you can find the example usage for android.net ProxyInfo ProxyInfo.

Prototype

public ProxyInfo(ProxyInfo source) 

Source Link

Usage

From source file:android.net.ProxyInfo.java

/**
 * Construct a {@link ProxyInfo} that will download and run the PAC script
 * at the specified URL.//from  w w w . j a v  a2 s.  c o  m
 */
public static ProxyInfo buildPacProxy(Uri pacUri) {
    return new ProxyInfo(pacUri);
}