android.net.Proxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.net;
public final class Proxy
{
public Proxy() { throw new RuntimeException("Stub!"); }
@Deprecated
public static final java.lang.String getHost(android.content.Context ctx) { throw new RuntimeException("Stub!"); }
@Deprecated
public static final int getPort(android.content.Context ctx) { throw new RuntimeException("Stub!"); }
@Deprecated
public static final java.lang.String getDefaultHost() { throw new RuntimeException("Stub!"); }
@Deprecated
public static final int getDefaultPort() { throw new RuntimeException("Stub!"); }
public static final java.lang.String PROXY_CHANGE_ACTION = "android.intent.action.PROXY_CHANGE";
}