Files
rr3-apk/smali_classes5/org/apache/http/message/BasicHeaderValueParser.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

204 lines
5.2 KiB
Smali

.class public Lorg/apache/http/message/BasicHeaderValueParser;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lorg/apache/http/message/HeaderValueParser;
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# static fields
.field public static final DEFAULT:Lorg/apache/http/message/BasicHeaderValueParser;
# direct methods
.method static constructor <clinit>()V
.locals 0
return-void
.end method
.method public constructor <init>()V
.locals 2
.line 6
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Ljava/lang/RuntimeException;
const-string v1, "Stub!"
invoke-direct {v0, v1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public static final parseElements(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)[Lorg/apache/http/HeaderElement;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.line 7
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static final parseHeaderElement(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)Lorg/apache/http/HeaderElement;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.line 9
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static final parseNameValuePair(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)Lorg/apache/http/NameValuePair;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.line 14
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static final parseParameters(Ljava/lang/String;Lorg/apache/http/message/HeaderValueParser;)[Lorg/apache/http/NameValuePair;
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.line 12
new-instance p0, Ljava/lang/RuntimeException;
const-string p1, "Stub!"
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/String;)V
throw p0
.end method
# virtual methods
.method public createHeaderElement(Ljava/lang/String;Ljava/lang/String;[Lorg/apache/http/NameValuePair;)Lorg/apache/http/HeaderElement;
.locals 0
.line 11
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 createNameValuePair(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/http/NameValuePair;
.locals 0
.line 17
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 parseElements(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/http/HeaderElement;
.locals 0
.line 8
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 parseHeaderElement(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/HeaderElement;
.locals 0
.line 10
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 parseNameValuePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/NameValuePair;
.locals 0
.line 15
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 parseNameValuePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;[C)Lorg/apache/http/NameValuePair;
.locals 0
.line 16
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 parseParameters(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/http/NameValuePair;
.locals 0
.line 13
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