Header.smali
5.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
.class public final Lokhttp3/internal/http2/Header;
.super Ljava/lang/Object;
.source "Header.java"
# static fields
.field public static final PSEUDO_PREFIX:Lokio/ByteString;
.field public static final RESPONSE_STATUS:Lokio/ByteString;
.field public static final TARGET_AUTHORITY:Lokio/ByteString;
.field public static final TARGET_METHOD:Lokio/ByteString;
.field public static final TARGET_PATH:Lokio/ByteString;
.field public static final TARGET_SCHEME:Lokio/ByteString;
# instance fields
.field final hpackSize:I
.field public final name:Lokio/ByteString;
.field public final value:Lokio/ByteString;
# direct methods
.method static constructor <clinit>()V
.locals 1
const-string v0, ":"
.line 24
invoke-static {v0}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Header;->PSEUDO_PREFIX:Lokio/ByteString;
const-string v0, ":status"
.line 25
invoke-static {v0}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Header;->RESPONSE_STATUS:Lokio/ByteString;
const-string v0, ":method"
.line 26
invoke-static {v0}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Header;->TARGET_METHOD:Lokio/ByteString;
const-string v0, ":path"
.line 27
invoke-static {v0}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Header;->TARGET_PATH:Lokio/ByteString;
const-string v0, ":scheme"
.line 28
invoke-static {v0}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Header;->TARGET_SCHEME:Lokio/ByteString;
const-string v0, ":authority"
.line 29
invoke-static {v0}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/http2/Header;->TARGET_AUTHORITY:Lokio/ByteString;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;)V
.locals 0
.line 39
invoke-static {p1}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object p1
invoke-static {p2}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object p2
invoke-direct {p0, p1, p2}, Lokhttp3/internal/http2/Header;-><init>(Lokio/ByteString;Lokio/ByteString;)V
return-void
.end method
.method public constructor <init>(Lokio/ByteString;Ljava/lang/String;)V
.locals 0
.line 43
invoke-static {p2}, Lokio/ByteString;->encodeUtf8(Ljava/lang/String;)Lokio/ByteString;
move-result-object p2
invoke-direct {p0, p1, p2}, Lokhttp3/internal/http2/Header;-><init>(Lokio/ByteString;Lokio/ByteString;)V
return-void
.end method
.method public constructor <init>(Lokio/ByteString;Lokio/ByteString;)V
.locals 0
.line 46
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 47
iput-object p1, p0, Lokhttp3/internal/http2/Header;->name:Lokio/ByteString;
.line 48
iput-object p2, p0, Lokhttp3/internal/http2/Header;->value:Lokio/ByteString;
.line 49
invoke-virtual {p1}, Lokio/ByteString;->size()I
move-result p1
add-int/lit8 p1, p1, 0x20
invoke-virtual {p2}, Lokio/ByteString;->size()I
move-result p2
add-int/2addr p1, p2
iput p1, p0, Lokhttp3/internal/http2/Header;->hpackSize:I
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 3
.line 53
instance-of v0, p1, Lokhttp3/internal/http2/Header;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 54
check-cast p1, Lokhttp3/internal/http2/Header;
.line 55
iget-object v0, p0, Lokhttp3/internal/http2/Header;->name:Lokio/ByteString;
iget-object v2, p1, Lokhttp3/internal/http2/Header;->name:Lokio/ByteString;
invoke-virtual {v0, v2}, Lokio/ByteString;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_0
iget-object v0, p0, Lokhttp3/internal/http2/Header;->value:Lokio/ByteString;
iget-object p1, p1, Lokhttp3/internal/http2/Header;->value:Lokio/ByteString;
.line 56
invoke-virtual {v0, p1}, Lokio/ByteString;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
const/4 v1, 0x1
:cond_0
return v1
.end method
.method public hashCode()I
.locals 2
.line 63
iget-object v0, p0, Lokhttp3/internal/http2/Header;->name:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->hashCode()I
move-result v0
const/16 v1, 0x20f
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 64
iget-object v0, p0, Lokhttp3/internal/http2/Header;->value:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->hashCode()I
move-result v0
add-int/2addr v1, v0
return v1
.end method
.method public toString()Ljava/lang/String;
.locals 3
const/4 v0, 0x2
.line 69
new-array v0, v0, [Ljava/lang/Object;
iget-object v1, p0, Lokhttp3/internal/http2/Header;->name:Lokio/ByteString;
invoke-virtual {v1}, Lokio/ByteString;->utf8()Ljava/lang/String;
move-result-object v1
const/4 v2, 0x0
aput-object v1, v0, v2
iget-object v1, p0, Lokhttp3/internal/http2/Header;->value:Lokio/ByteString;
invoke-virtual {v1}, Lokio/ByteString;->utf8()Ljava/lang/String;
move-result-object v1
const/4 v2, 0x1
aput-object v1, v0, v2
const-string v1, "%s: %s"
invoke-static {v1, v0}, Lokhttp3/internal/Util;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method