tmap/smali_classes2/com/google/android/exoplayer2/upstream/HttpDataSource$InvalidResponseCodeException.smali
2022-06-10 21:38:30 +09:00

68 lines
2.0 KiB
Smali

.class public final Lcom/google/android/exoplayer2/upstream/HttpDataSource$InvalidResponseCodeException;
.super Lcom/google/android/exoplayer2/upstream/HttpDataSource$HttpDataSourceException;
.source "HttpDataSource.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/exoplayer2/upstream/HttpDataSource;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "InvalidResponseCodeException"
.end annotation
# instance fields
.field public final headerFields:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/util/List<",
"Ljava/lang/String;",
">;>;"
}
.end annotation
.end field
.field public final responseCode:I
# direct methods
.method public constructor <init>(ILjava/util/Map;Lcom/google/android/exoplayer2/upstream/DataSpec;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(I",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/util/List<",
"Ljava/lang/String;",
">;>;",
"Lcom/google/android/exoplayer2/upstream/DataSpec;",
")V"
}
.end annotation
const-string v0, "Response code: "
.line 1
invoke-static {v0, p1}, Landroid/support/v4/media/b;->a(Ljava/lang/String;I)Ljava/lang/String;
move-result-object v0
const/4 v1, 0x1
invoke-direct {p0, v0, p3, v1}, Lcom/google/android/exoplayer2/upstream/HttpDataSource$HttpDataSourceException;-><init>(Ljava/lang/String;Lcom/google/android/exoplayer2/upstream/DataSpec;I)V
.line 2
iput p1, p0, Lcom/google/android/exoplayer2/upstream/HttpDataSource$InvalidResponseCodeException;->responseCode:I
.line 3
iput-object p2, p0, Lcom/google/android/exoplayer2/upstream/HttpDataSource$InvalidResponseCodeException;->headerFields:Ljava/util/Map;
return-void
.end method