Files
rr3-apk/decompiled/sources/org/apache/http/conn/routing/HttpRoute.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

96 lines
2.9 KiB
Java

package org.apache.http.conn.routing;
import java.net.InetAddress;
import org.apache.http.HttpHost;
import org.apache.http.conn.routing.RouteInfo;
@Deprecated
/* loaded from: classes5.dex */
public final class HttpRoute implements RouteInfo {
public HttpRoute(HttpHost httpHost, InetAddress inetAddress, HttpHost[] httpHostArr, boolean z, RouteInfo.TunnelType tunnelType, RouteInfo.LayerType layerType) {
throw new RuntimeException("Stub!");
}
public HttpRoute(HttpHost httpHost, InetAddress inetAddress, HttpHost httpHost2, boolean z, RouteInfo.TunnelType tunnelType, RouteInfo.LayerType layerType) {
throw new RuntimeException("Stub!");
}
public HttpRoute(HttpHost httpHost, InetAddress inetAddress, boolean z) {
throw new RuntimeException("Stub!");
}
public HttpRoute(HttpHost httpHost) {
throw new RuntimeException("Stub!");
}
public HttpRoute(HttpHost httpHost, InetAddress inetAddress, HttpHost httpHost2, boolean z) {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final HttpHost getTargetHost() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final InetAddress getLocalAddress() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final int getHopCount() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final HttpHost getHopTarget(int i) {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final HttpHost getProxyHost() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final RouteInfo.TunnelType getTunnelType() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final boolean isTunnelled() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final RouteInfo.LayerType getLayerType() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final boolean isLayered() {
throw new RuntimeException("Stub!");
}
@Override // org.apache.http.conn.routing.RouteInfo
public final boolean isSecure() {
throw new RuntimeException("Stub!");
}
public final boolean equals(Object obj) {
throw new RuntimeException("Stub!");
}
public final int hashCode() {
throw new RuntimeException("Stub!");
}
public final String toString() {
throw new RuntimeException("Stub!");
}
public Object clone() throws CloneNotSupportedException {
throw new RuntimeException("Stub!");
}
}