Authenticator.smali 883 字节
.class public interface abstract Lcom/dwx/okhttp3/Authenticator;
.super Ljava/lang/Object;
.source "Authenticator.java"


# static fields
.field public static final NONE:Lcom/dwx/okhttp3/Authenticator;


# direct methods
.method static constructor <clinit>()V
    .locals 1

    .line 64
    new-instance v0, Lcom/dwx/okhttp3/Authenticator$1;

    invoke-direct {v0}, Lcom/dwx/okhttp3/Authenticator$1;-><init>()V

    sput-object v0, Lcom/dwx/okhttp3/Authenticator;->NONE:Lcom/dwx/okhttp3/Authenticator;

    return-void
.end method


# virtual methods
.method public abstract authenticate(Lcom/dwx/okhttp3/Route;Lcom/dwx/okhttp3/Response;)Lcom/dwx/okhttp3/Request;
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .annotation runtime Ljavax/annotation/Nullable;
    .end annotation
.end method