2022-06-10 21:38:30 +09:00

40 lines
966 B
Smali

.class public interface abstract Lef/c;
.super Ljava/lang/Object;
.source "AuthScheme.java"
# virtual methods
.method public abstract a(Ldf/d;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Lcz/msebera/android/httpclient/auth/MalformedChallengeException;
}
.end annotation
.end method
.method public abstract b(Lef/j;Ldf/q;)Ldf/d;
.annotation system Ldalvik/annotation/Throws;
value = {
Lcz/msebera/android/httpclient/auth/AuthenticationException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getParameter(Ljava/lang/String;)Ljava/lang/String;
.end method
.method public abstract getRealm()Ljava/lang/String;
.end method
.method public abstract getSchemeName()Ljava/lang/String;
.end method
.method public abstract isComplete()Z
.end method
.method public abstract isConnectionBased()Z
.end method