74 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public interface abstract Lokhttp3/Interceptor;
 | |
| .super Ljava/lang/Object;
 | |
| .source "Interceptor.kt"
 | |
| 
 | |
| 
 | |
| # annotations
 | |
| .annotation system Ldalvik/annotation/MemberClasses;
 | |
|     value = {
 | |
|         Lokhttp3/Interceptor$Chain;,
 | |
|         Lokhttp3/Interceptor$Companion;
 | |
|     }
 | |
| .end annotation
 | |
| 
 | |
| .annotation runtime Lkotlin/Metadata;
 | |
|     bv = {
 | |
|         0x1,
 | |
|         0x0,
 | |
|         0x3
 | |
|     }
 | |
|     d1 = {
 | |
|         "\u0000\u0018\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0008\u0003\u0008\u00e6\u0080\u0001\u0018\u0000 \u00072\u00020\u0001:\u0002\u0006\u0007J\u0010\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0005H&\u00a8\u0006\u0008"
 | |
|     }
 | |
|     d2 = {
 | |
|         "Lokhttp3/Interceptor;",
 | |
|         "",
 | |
|         "intercept",
 | |
|         "Lokhttp3/Response;",
 | |
|         "chain",
 | |
|         "Lokhttp3/Interceptor$Chain;",
 | |
|         "Chain",
 | |
|         "Companion",
 | |
|         "okhttp"
 | |
|     }
 | |
|     k = 0x1
 | |
|     mv = {
 | |
|         0x1,
 | |
|         0x4,
 | |
|         0x0
 | |
|     }
 | |
| .end annotation
 | |
| 
 | |
| 
 | |
| # static fields
 | |
| .field public static final Companion:Lokhttp3/Interceptor$Companion;
 | |
| 
 | |
| 
 | |
| # direct methods
 | |
| .method static constructor <clinit>()V
 | |
|     .locals 1
 | |
| 
 | |
|     sget-object v0, Lokhttp3/Interceptor$Companion;->$$INSTANCE:Lokhttp3/Interceptor$Companion;
 | |
| 
 | |
|     sput-object v0, Lokhttp3/Interceptor;->Companion:Lokhttp3/Interceptor$Companion;
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public abstract intercept(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
 | |
|     .param p1    # Lokhttp3/Interceptor$Chain;
 | |
|         .annotation build Lorg/jetbrains/annotations/NotNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation system Ldalvik/annotation/Throws;
 | |
|         value = {
 | |
|             Ljava/io/IOException;
 | |
|         }
 | |
|     .end annotation
 | |
| 
 | |
|     .annotation build Lorg/jetbrains/annotations/NotNull;
 | |
|     .end annotation
 | |
| .end method
 |