public final class

ProxyConfig.ProxyRule

extends java.lang.Object

 java.lang.Object

↳androidx.webkit.ProxyConfig.ProxyRule

Overview

Class that holds a scheme filter and a proxy URL.

Summary

Constructors
publicProxyRule(java.lang.String url)

publicProxyRule(java.lang.String schemeFilter, java.lang.String url)

Methods
public java.lang.StringgetSchemeFilter()

Returns the java.lang.String that represents the scheme filter for this object.

public java.lang.StringgetUrl()

Returns the java.lang.String that represents the proxy URL for this object.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public ProxyRule(java.lang.String schemeFilter, java.lang.String url)

public ProxyRule(java.lang.String url)

Methods

public java.lang.String getSchemeFilter()

Returns the java.lang.String that represents the scheme filter for this object.

Returns:

Scheme filter

public java.lang.String getUrl()

Returns the java.lang.String that represents the proxy URL for this object.

Returns:

Proxy URL