Response.smali
13.2 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
.class public final Lretrofit2/Response;
.super Ljava/lang/Object;
.source "Response.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field private final body:Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"TT;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field private final errorBody:Lokhttp3/ResponseBody;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field private final rawResponse:Lokhttp3/Response;
# direct methods
.method private constructor <init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
.locals 0
.param p2 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p3 # Lokhttp3/ResponseBody;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lokhttp3/Response;",
"TT;",
"Lokhttp3/ResponseBody;",
")V"
}
.end annotation
.line 94
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 95
iput-object p1, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
.line 96
iput-object p2, p0, Lretrofit2/Response;->body:Ljava/lang/Object;
.line 97
iput-object p3, p0, Lretrofit2/Response;->errorBody:Lokhttp3/ResponseBody;
return-void
.end method
.method public static error(ILokhttp3/ResponseBody;)Lretrofit2/Response;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(I",
"Lokhttp3/ResponseBody;",
")",
"Lretrofit2/Response<",
"TT;>;"
}
.end annotation
const/16 v0, 0x190
if-lt p0, v0, :cond_0
.line 71
new-instance v0, Lokhttp3/Response$Builder;
invoke-direct {v0}, Lokhttp3/Response$Builder;-><init>()V
.line 72
invoke-virtual {v0, p0}, Lokhttp3/Response$Builder;->code(I)Lokhttp3/Response$Builder;
move-result-object p0
const-string v0, "Response.error()"
.line 73
invoke-virtual {p0, v0}, Lokhttp3/Response$Builder;->message(Ljava/lang/String;)Lokhttp3/Response$Builder;
move-result-object p0
sget-object v0, Lokhttp3/Protocol;->HTTP_1_1:Lokhttp3/Protocol;
.line 74
invoke-virtual {p0, v0}, Lokhttp3/Response$Builder;->protocol(Lokhttp3/Protocol;)Lokhttp3/Response$Builder;
move-result-object p0
new-instance v0, Lokhttp3/Request$Builder;
invoke-direct {v0}, Lokhttp3/Request$Builder;-><init>()V
const-string v1, "http://localhost/"
.line 75
invoke-virtual {v0, v1}, Lokhttp3/Request$Builder;->url(Ljava/lang/String;)Lokhttp3/Request$Builder;
move-result-object v0
invoke-virtual {v0}, Lokhttp3/Request$Builder;->build()Lokhttp3/Request;
move-result-object v0
invoke-virtual {p0, v0}, Lokhttp3/Response$Builder;->request(Lokhttp3/Request;)Lokhttp3/Response$Builder;
move-result-object p0
.line 76
invoke-virtual {p0}, Lokhttp3/Response$Builder;->build()Lokhttp3/Response;
move-result-object p0
.line 71
invoke-static {p1, p0}, Lretrofit2/Response;->error(Lokhttp3/ResponseBody;Lokhttp3/Response;)Lretrofit2/Response;
move-result-object p0
return-object p0
.line 70
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "code < 400: "
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v0, p0}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p0
invoke-direct {p1, p0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public static error(Lokhttp3/ResponseBody;Lokhttp3/Response;)Lretrofit2/Response;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lokhttp3/ResponseBody;",
"Lokhttp3/Response;",
")",
"Lretrofit2/Response<",
"TT;>;"
}
.end annotation
const-string v0, "body == null"
.line 81
invoke-static {p0, v0}, Lretrofit2/Utils;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
const-string v0, "rawResponse == null"
.line 82
invoke-static {p1, v0}, Lretrofit2/Utils;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
.line 83
invoke-virtual {p1}, Lokhttp3/Response;->isSuccessful()Z
move-result v0
if-nez v0, :cond_0
.line 86
new-instance v0, Lretrofit2/Response;
const/4 v1, 0x0
invoke-direct {v0, p1, v1, p0}, Lretrofit2/Response;-><init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
return-object v0
.line 84
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
const-string p1, "rawResponse should not be successful response"
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
.method public static success(Ljava/lang/Object;)Lretrofit2/Response;
.locals 3
.param p0 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;)",
"Lretrofit2/Response<",
"TT;>;"
}
.end annotation
.line 30
new-instance v0, Lokhttp3/Response$Builder;
invoke-direct {v0}, Lokhttp3/Response$Builder;-><init>()V
const/16 v1, 0xc8
.line 31
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->code(I)Lokhttp3/Response$Builder;
move-result-object v0
const-string v1, "OK"
.line 32
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->message(Ljava/lang/String;)Lokhttp3/Response$Builder;
move-result-object v0
sget-object v1, Lokhttp3/Protocol;->HTTP_1_1:Lokhttp3/Protocol;
.line 33
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->protocol(Lokhttp3/Protocol;)Lokhttp3/Response$Builder;
move-result-object v0
new-instance v1, Lokhttp3/Request$Builder;
invoke-direct {v1}, Lokhttp3/Request$Builder;-><init>()V
const-string v2, "http://localhost/"
.line 34
invoke-virtual {v1, v2}, Lokhttp3/Request$Builder;->url(Ljava/lang/String;)Lokhttp3/Request$Builder;
move-result-object v1
invoke-virtual {v1}, Lokhttp3/Request$Builder;->build()Lokhttp3/Request;
move-result-object v1
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->request(Lokhttp3/Request;)Lokhttp3/Response$Builder;
move-result-object v0
.line 35
invoke-virtual {v0}, Lokhttp3/Response$Builder;->build()Lokhttp3/Response;
move-result-object v0
.line 30
invoke-static {p0, v0}, Lretrofit2/Response;->success(Ljava/lang/Object;Lokhttp3/Response;)Lretrofit2/Response;
move-result-object p0
return-object p0
.end method
.method public static success(Ljava/lang/Object;Lokhttp3/Headers;)Lretrofit2/Response;
.locals 2
.param p0 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;",
"Lokhttp3/Headers;",
")",
"Lretrofit2/Response<",
"TT;>;"
}
.end annotation
const-string v0, "headers == null"
.line 43
invoke-static {p1, v0}, Lretrofit2/Utils;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
.line 44
new-instance v0, Lokhttp3/Response$Builder;
invoke-direct {v0}, Lokhttp3/Response$Builder;-><init>()V
const/16 v1, 0xc8
.line 45
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->code(I)Lokhttp3/Response$Builder;
move-result-object v0
const-string v1, "OK"
.line 46
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->message(Ljava/lang/String;)Lokhttp3/Response$Builder;
move-result-object v0
sget-object v1, Lokhttp3/Protocol;->HTTP_1_1:Lokhttp3/Protocol;
.line 47
invoke-virtual {v0, v1}, Lokhttp3/Response$Builder;->protocol(Lokhttp3/Protocol;)Lokhttp3/Response$Builder;
move-result-object v0
.line 48
invoke-virtual {v0, p1}, Lokhttp3/Response$Builder;->headers(Lokhttp3/Headers;)Lokhttp3/Response$Builder;
move-result-object p1
new-instance v0, Lokhttp3/Request$Builder;
invoke-direct {v0}, Lokhttp3/Request$Builder;-><init>()V
const-string v1, "http://localhost/"
.line 49
invoke-virtual {v0, v1}, Lokhttp3/Request$Builder;->url(Ljava/lang/String;)Lokhttp3/Request$Builder;
move-result-object v0
invoke-virtual {v0}, Lokhttp3/Request$Builder;->build()Lokhttp3/Request;
move-result-object v0
invoke-virtual {p1, v0}, Lokhttp3/Response$Builder;->request(Lokhttp3/Request;)Lokhttp3/Response$Builder;
move-result-object p1
.line 50
invoke-virtual {p1}, Lokhttp3/Response$Builder;->build()Lokhttp3/Response;
move-result-object p1
.line 44
invoke-static {p0, p1}, Lretrofit2/Response;->success(Ljava/lang/Object;Lokhttp3/Response;)Lretrofit2/Response;
move-result-object p0
return-object p0
.end method
.method public static success(Ljava/lang/Object;Lokhttp3/Response;)Lretrofit2/Response;
.locals 2
.param p0 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(TT;",
"Lokhttp3/Response;",
")",
"Lretrofit2/Response<",
"TT;>;"
}
.end annotation
const-string v0, "rawResponse == null"
.line 58
invoke-static {p1, v0}, Lretrofit2/Utils;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
.line 59
invoke-virtual {p1}, Lokhttp3/Response;->isSuccessful()Z
move-result v0
if-eqz v0, :cond_0
.line 62
new-instance v0, Lretrofit2/Response;
const/4 v1, 0x0
invoke-direct {v0, p1, p0, v1}, Lretrofit2/Response;-><init>(Lokhttp3/Response;Ljava/lang/Object;Lokhttp3/ResponseBody;)V
return-object v0
.line 60
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
const-string p1, "rawResponse must be successful response"
invoke-direct {p0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p0
.end method
# virtual methods
.method public body()Ljava/lang/Object;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()TT;"
}
.end annotation
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 127
iget-object v0, p0, Lretrofit2/Response;->body:Ljava/lang/Object;
return-object v0
.end method
.method public code()I
.locals 1
.line 107
iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
invoke-virtual {v0}, Lokhttp3/Response;->code()I
move-result v0
return v0
.end method
.method public errorBody()Lokhttp3/ResponseBody;
.locals 1
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 132
iget-object v0, p0, Lretrofit2/Response;->errorBody:Lokhttp3/ResponseBody;
return-object v0
.end method
.method public headers()Lokhttp3/Headers;
.locals 1
.line 117
iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
invoke-virtual {v0}, Lokhttp3/Response;->headers()Lokhttp3/Headers;
move-result-object v0
return-object v0
.end method
.method public isSuccessful()Z
.locals 1
.line 122
iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
invoke-virtual {v0}, Lokhttp3/Response;->isSuccessful()Z
move-result v0
return v0
.end method
.method public message()Ljava/lang/String;
.locals 1
.line 112
iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
invoke-virtual {v0}, Lokhttp3/Response;->message()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public raw()Lokhttp3/Response;
.locals 1
.line 102
iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
return-object v0
.end method
.method public toString()Ljava/lang/String;
.locals 1
.line 136
iget-object v0, p0, Lretrofit2/Response;->rawResponse:Lokhttp3/Response;
invoke-virtual {v0}, Lokhttp3/Response;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method