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

43 lines
1.4 KiB
Smali

.class public interface abstract Lorg/apache/http/message/HeaderValueParser;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# virtual methods
.method public abstract parseElements(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/http/HeaderElement;
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.end method
.method public abstract parseHeaderElement(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/HeaderElement;
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.end method
.method public abstract parseNameValuePair(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)Lorg/apache/http/NameValuePair;
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.end method
.method public abstract parseParameters(Lorg/apache/http/util/CharArrayBuffer;Lorg/apache/http/message/ParserCursor;)[Lorg/apache/http/NameValuePair;
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/ParseException;
}
.end annotation
.end method