Files
rr3-apk/smali_classes5/org/apache/http/impl/client/AbstractHttpClient.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

1329 lines
30 KiB
Smali

.class public abstract Lorg/apache/http/impl/client/AbstractHttpClient;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lorg/apache/http/client/HttpClient;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>(Lorg/apache/http/conn/ClientConnectionManager;Lorg/apache/http/params/HttpParams;)V
.locals 0
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
# virtual methods
.method public declared-synchronized addRequestInterceptor(Lorg/apache/http/HttpRequestInterceptor;)V
.locals 1
monitor-enter p0
.line 59
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized addRequestInterceptor(Lorg/apache/http/HttpRequestInterceptor;I)V
.locals 0
monitor-enter p0
.line 60
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized addResponseInterceptor(Lorg/apache/http/HttpResponseInterceptor;)V
.locals 1
monitor-enter p0
.line 53
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized addResponseInterceptor(Lorg/apache/http/HttpResponseInterceptor;I)V
.locals 0
monitor-enter p0
.line 54
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized clearRequestInterceptors()V
.locals 2
monitor-enter p0
.line 63
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized clearResponseInterceptors()V
.locals 2
monitor-enter p0
.line 57
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public abstract createAuthSchemeRegistry()Lorg/apache/http/auth/AuthSchemeRegistry;
.end method
.method public abstract createClientConnectionManager()Lorg/apache/http/conn/ClientConnectionManager;
.end method
.method public createClientRequestDirector(Lorg/apache/http/protocol/HttpRequestExecutor;Lorg/apache/http/conn/ClientConnectionManager;Lorg/apache/http/ConnectionReuseStrategy;Lorg/apache/http/conn/ConnectionKeepAliveStrategy;Lorg/apache/http/conn/routing/HttpRoutePlanner;Lorg/apache/http/protocol/HttpProcessor;Lorg/apache/http/client/HttpRequestRetryHandler;Lorg/apache/http/client/RedirectHandler;Lorg/apache/http/client/AuthenticationHandler;Lorg/apache/http/client/AuthenticationHandler;Lorg/apache/http/client/UserTokenHandler;Lorg/apache/http/params/HttpParams;)Lorg/apache/http/client/RequestDirector;
.locals 0
.line 69
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public abstract createConnectionKeepAliveStrategy()Lorg/apache/http/conn/ConnectionKeepAliveStrategy;
.end method
.method public abstract createConnectionReuseStrategy()Lorg/apache/http/ConnectionReuseStrategy;
.end method
.method public abstract createCookieSpecRegistry()Lorg/apache/http/cookie/CookieSpecRegistry;
.end method
.method public abstract createCookieStore()Lorg/apache/http/client/CookieStore;
.end method
.method public abstract createCredentialsProvider()Lorg/apache/http/client/CredentialsProvider;
.end method
.method public abstract createHttpContext()Lorg/apache/http/protocol/HttpContext;
.end method
.method public abstract createHttpParams()Lorg/apache/http/params/HttpParams;
.end method
.method public abstract createHttpProcessor()Lorg/apache/http/protocol/BasicHttpProcessor;
.end method
.method public abstract createHttpRequestRetryHandler()Lorg/apache/http/client/HttpRequestRetryHandler;
.end method
.method public abstract createHttpRoutePlanner()Lorg/apache/http/conn/routing/HttpRoutePlanner;
.end method
.method public abstract createProxyAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
.end method
.method public abstract createRedirectHandler()Lorg/apache/http/client/RedirectHandler;
.end method
.method public abstract createRequestExecutor()Lorg/apache/http/protocol/HttpRequestExecutor;
.end method
.method public abstract createTargetAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
.end method
.method public abstract createUserTokenHandler()Lorg/apache/http/client/UserTokenHandler;
.end method
.method public determineParams(Lorg/apache/http/HttpRequest;)Lorg/apache/http/params/HttpParams;
.locals 1
.line 70
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public execute(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lorg/apache/http/HttpHost;",
"Lorg/apache/http/HttpRequest;",
"Lorg/apache/http/client/ResponseHandler<",
"+TT;>;)TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 73
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public execute(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lorg/apache/http/HttpHost;",
"Lorg/apache/http/HttpRequest;",
"Lorg/apache/http/client/ResponseHandler<",
"+TT;>;",
"Lorg/apache/http/protocol/HttpContext;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 74
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public execute(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lorg/apache/http/client/methods/HttpUriRequest;",
"Lorg/apache/http/client/ResponseHandler<",
"+TT;>;)TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 71
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public execute(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/client/ResponseHandler;Lorg/apache/http/protocol/HttpContext;)Ljava/lang/Object;
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lorg/apache/http/client/methods/HttpUriRequest;",
"Lorg/apache/http/client/ResponseHandler<",
"+TT;>;",
"Lorg/apache/http/protocol/HttpContext;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 72
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final execute(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;)Lorg/apache/http/HttpResponse;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 67
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final execute(Lorg/apache/http/HttpHost;Lorg/apache/http/HttpRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 68
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final execute(Lorg/apache/http/client/methods/HttpUriRequest;)Lorg/apache/http/HttpResponse;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 65
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final execute(Lorg/apache/http/client/methods/HttpUriRequest;Lorg/apache/http/protocol/HttpContext;)Lorg/apache/http/HttpResponse;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;,
Lorg/apache/http/client/ClientProtocolException;
}
.end annotation
.line 66
new-instance p1, Ljava/lang/RuntimeException;
const-string p2, "Stub!"
invoke-direct {p1, p2}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final declared-synchronized getAuthSchemes()Lorg/apache/http/auth/AuthSchemeRegistry;
.locals 2
monitor-enter p0
.line 28
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getConnectionKeepAliveStrategy()Lorg/apache/http/conn/ConnectionKeepAliveStrategy;
.locals 2
monitor-enter p0
.line 34
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getConnectionManager()Lorg/apache/http/conn/ClientConnectionManager;
.locals 2
monitor-enter p0
.line 26
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getConnectionReuseStrategy()Lorg/apache/http/ConnectionReuseStrategy;
.locals 2
monitor-enter p0
.line 32
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getCookieSpecs()Lorg/apache/http/cookie/CookieSpecRegistry;
.locals 2
monitor-enter p0
.line 30
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getCookieStore()Lorg/apache/http/client/CookieStore;
.locals 2
monitor-enter p0
.line 44
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getCredentialsProvider()Lorg/apache/http/client/CredentialsProvider;
.locals 2
monitor-enter p0
.line 46
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getHttpProcessor()Lorg/apache/http/protocol/BasicHttpProcessor;
.locals 2
monitor-enter p0
.line 52
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getHttpRequestRetryHandler()Lorg/apache/http/client/HttpRequestRetryHandler;
.locals 2
monitor-enter p0
.line 36
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getParams()Lorg/apache/http/params/HttpParams;
.locals 2
monitor-enter p0
.line 24
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getProxyAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
.locals 2
monitor-enter p0
.line 42
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getRedirectHandler()Lorg/apache/http/client/RedirectHandler;
.locals 2
monitor-enter p0
.line 38
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getRequestExecutor()Lorg/apache/http/protocol/HttpRequestExecutor;
.locals 2
monitor-enter p0
.line 27
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized getRequestInterceptor(I)Lorg/apache/http/HttpRequestInterceptor;
.locals 1
monitor-enter p0
.line 61
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized getRequestInterceptorCount()I
.locals 2
monitor-enter p0
.line 62
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized getResponseInterceptor(I)Lorg/apache/http/HttpResponseInterceptor;
.locals 1
monitor-enter p0
.line 55
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized getResponseInterceptorCount()I
.locals 2
monitor-enter p0
.line 56
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getRoutePlanner()Lorg/apache/http/conn/routing/HttpRoutePlanner;
.locals 2
monitor-enter p0
.line 48
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getTargetAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
.locals 2
monitor-enter p0
.line 40
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public final declared-synchronized getUserTokenHandler()Lorg/apache/http/client/UserTokenHandler;
.locals 2
monitor-enter p0
.line 50
:try_start_0
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public removeRequestInterceptorByClass(Ljava/lang/Class;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"+",
"Lorg/apache/http/HttpRequestInterceptor;",
">;)V"
}
.end annotation
.line 64
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public removeResponseInterceptorByClass(Ljava/lang/Class;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"+",
"Lorg/apache/http/HttpResponseInterceptor;",
">;)V"
}
.end annotation
.line 58
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public declared-synchronized setAuthSchemes(Lorg/apache/http/auth/AuthSchemeRegistry;)V
.locals 1
monitor-enter p0
.line 29
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setCookieSpecs(Lorg/apache/http/cookie/CookieSpecRegistry;)V
.locals 1
monitor-enter p0
.line 31
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setCookieStore(Lorg/apache/http/client/CookieStore;)V
.locals 1
monitor-enter p0
.line 45
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setCredentialsProvider(Lorg/apache/http/client/CredentialsProvider;)V
.locals 1
monitor-enter p0
.line 47
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setHttpRequestRetryHandler(Lorg/apache/http/client/HttpRequestRetryHandler;)V
.locals 1
monitor-enter p0
.line 37
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setKeepAliveStrategy(Lorg/apache/http/conn/ConnectionKeepAliveStrategy;)V
.locals 1
monitor-enter p0
.line 35
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setParams(Lorg/apache/http/params/HttpParams;)V
.locals 1
monitor-enter p0
.line 25
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setProxyAuthenticationHandler(Lorg/apache/http/client/AuthenticationHandler;)V
.locals 1
monitor-enter p0
.line 43
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setRedirectHandler(Lorg/apache/http/client/RedirectHandler;)V
.locals 1
monitor-enter p0
.line 39
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setReuseStrategy(Lorg/apache/http/ConnectionReuseStrategy;)V
.locals 1
monitor-enter p0
.line 33
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setRoutePlanner(Lorg/apache/http/conn/routing/HttpRoutePlanner;)V
.locals 1
monitor-enter p0
.line 49
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setTargetAuthenticationHandler(Lorg/apache/http/client/AuthenticationHandler;)V
.locals 1
monitor-enter p0
.line 41
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized setUserTokenHandler(Lorg/apache/http/client/UserTokenHandler;)V
.locals 1
monitor-enter p0
.line 51
:try_start_0
new-instance p1, Ljava/lang/RuntimeException;
const-string v0, "Stub!"
invoke-direct {p1, v0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method