AuthFailHandler$2.smali
.class Lcom/sandboxol/center/web/http/AuthFailHandler$2;
.super Lcom/sandboxol/common/base/web/OnResponseListener;
.source "AuthFailHandler.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/sandboxol/center/web/http/AuthFailHandler;->onRetryAuth(Lcom/sandboxol/common/command/ReplyCommand;Lcom/sandboxol/common/base/web/OnResponseListener;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/sandboxol/common/base/web/OnResponseListener<",
"Lcom/sandboxol/common/entity/AuthTokenResponse;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/sandboxol/center/web/http/AuthFailHandler;
# direct methods
.method constructor <init>(Lcom/sandboxol/center/web/http/AuthFailHandler;)V
.registers 2
.line 1
iput-object p1, p0, Lcom/sandboxol/center/web/http/AuthFailHandler$2;->this$0:Lcom/sandboxol/center/web/http/AuthFailHandler;
invoke-direct {p0}, Lcom/sandboxol/common/base/web/OnResponseListener;-><init>()V
return-void
.end method
# virtual methods
.method public onError(ILjava/lang/String;)V
.registers 3
.line 1
iget-object p1, p0, Lcom/sandboxol/center/web/http/AuthFailHandler$2;->this$0:Lcom/sandboxol/center/web/http/AuthFailHandler;
# invokes: Lcom/sandboxol/center/web/http/AuthFailHandler;->onAuthError()V
invoke-static {p1}, Lcom/sandboxol/center/web/http/AuthFailHandler;->access$200(Lcom/sandboxol/center/web/http/AuthFailHandler;)V
return-void
.end method
.method public onServerError(I)V
.registers 2
.line 1
iget-object p1, p0, Lcom/sandboxol/center/web/http/AuthFailHandler$2;->this$0:Lcom/sandboxol/center/web/http/AuthFailHandler;
# invokes: Lcom/sandboxol/center/web/http/AuthFailHandler;->onAuthError()V
invoke-static {p1}, Lcom/sandboxol/center/web/http/AuthFailHandler;->access$200(Lcom/sandboxol/center/web/http/AuthFailHandler;)V
return-void
.end method
.method public onSuccess(Lcom/sandboxol/common/entity/AuthTokenResponse;)V
.registers 4
.line 2
iget-object v0, p0, Lcom/sandboxol/center/web/http/AuthFailHandler$2;->this$0:Lcom/sandboxol/center/web/http/AuthFailHandler;
const/4 v1, 0x0
# invokes: Lcom/sandboxol/center/web/http/AuthFailHandler;->onAuthSuccess(Lcom/sandboxol/common/entity/AuthTokenResponse;Z)V
invoke-static {v0, p1, v1}, Lcom/sandboxol/center/web/http/AuthFailHandler;->access$100(Lcom/sandboxol/center/web/http/AuthFailHandler;Lcom/sandboxol/common/entity/AuthTokenResponse;Z)V
return-void
.end method
.method public bridge synthetic onSuccess(Ljava/lang/Object;)V
.registers 2
.line 1
check-cast p1, Lcom/sandboxol/common/entity/AuthTokenResponse;
invoke-virtual {p0, p1}, Lcom/sandboxol/center/web/http/AuthFailHandler$2;->onSuccess(Lcom/sandboxol/common/entity/AuthTokenResponse;)V
return-void
.end method