BodyOnSubscribe$BodySubscriber.smali
.class Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;
.super Lrx/Subscriber;
.source "BodyOnSubscribe.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lretrofit2/adapter/rxjava/BodyOnSubscribe;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "BodySubscriber"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<R:",
"Ljava/lang/Object;",
">",
"Lrx/Subscriber<",
"Lretrofit2/Response<",
"TR;>;>;"
}
.end annotation
# instance fields
.field private final subscriber:Lrx/Subscriber;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lrx/Subscriber<",
"-TR;>;"
}
.end annotation
.end field
.field private subscriberTerminated:Z
# direct methods
.method constructor <init>(Lrx/Subscriber;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/Subscriber<",
"-TR;>;)V"
}
.end annotation
.line 1
invoke-direct {p0, p1}, Lrx/Subscriber;-><init>(Lrx/Subscriber;)V
.line 2
iput-object p1, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriber:Lrx/Subscriber;
return-void
.end method
# virtual methods
.method public onCompleted()V
.registers 2
.line 1
iget-boolean v0, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriberTerminated:Z
if-nez v0, :cond_9
.line 2
iget-object v0, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriber:Lrx/Subscriber;
invoke-interface {v0}, Lrx/Observer;->onCompleted()V
:cond_9
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 4
.line 1
iget-boolean v0, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriberTerminated:Z
if-nez v0, :cond_a
.line 2
iget-object v0, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriber:Lrx/Subscriber;
invoke-interface {v0, p1}, Lrx/Observer;->onError(Ljava/lang/Throwable;)V
goto :goto_1f
.line 3
:cond_a
new-instance v0, Ljava/lang/AssertionError;
const-string v1, "This should never happen! Report as a Retrofit bug with the full stacktrace."
invoke-direct {v0, v1}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
.line 4
invoke-virtual {v0, p1}, Ljava/lang/Throwable;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
.line 5
invoke-static {}, Lrx/plugins/RxJavaPlugins;->getInstance()Lrx/plugins/RxJavaPlugins;
move-result-object p1
invoke-virtual {p1}, Lrx/plugins/RxJavaPlugins;->getErrorHandler()Lrx/plugins/RxJavaErrorHandler;
move-result-object p1
invoke-virtual {p1, v0}, Lrx/plugins/RxJavaErrorHandler;->handleError(Ljava/lang/Throwable;)V
:goto_1f
return-void
.end method
.method public bridge synthetic onNext(Ljava/lang/Object;)V
.registers 2
.line 1
check-cast p1, Lretrofit2/Response;
invoke-virtual {p0, p1}, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->onNext(Lretrofit2/Response;)V
return-void
.end method
.method public onNext(Lretrofit2/Response;)V
.registers 7
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lretrofit2/Response<",
"TR;>;)V"
}
.end annotation
.line 2
invoke-virtual {p1}, Lretrofit2/Response;->isSuccessful()Z
move-result v0
if-eqz v0, :cond_10
.line 3
iget-object v0, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriber:Lrx/Subscriber;
invoke-virtual {p1}, Lretrofit2/Response;->body()Ljava/lang/Object;
move-result-object p1
invoke-interface {v0, p1}, Lrx/Observer;->onNext(Ljava/lang/Object;)V
goto :goto_4b
:cond_10
const/4 v0, 0x1
.line 4
iput-boolean v0, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriberTerminated:Z
.line 5
new-instance v1, Lretrofit2/adapter/rxjava/HttpException;
invoke-direct {v1, p1}, Lretrofit2/adapter/rxjava/HttpException;-><init>(Lretrofit2/Response;)V
.line 6
:try_start_18
iget-object p1, p0, Lretrofit2/adapter/rxjava/BodyOnSubscribe$BodySubscriber;->subscriber:Lrx/Subscriber;
invoke-interface {p1, v1}, Lrx/Observer;->onError(Ljava/lang/Throwable;)V
:try_end_1d
.catch Lrx/exceptions/OnCompletedFailedException; {:try_start_18 .. :try_end_1d} :catch_3f
.catch Lrx/exceptions/OnErrorFailedException; {:try_start_18 .. :try_end_1d} :catch_3d
.catch Lrx/exceptions/OnErrorNotImplementedException; {:try_start_18 .. :try_end_1d} :catch_3b
.catch Ljava/lang/Throwable; {:try_start_18 .. :try_end_1d} :catch_1e
goto :goto_4b
:catch_1e
move-exception p1
.line 7
invoke-static {p1}, Lrx/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 8
new-instance v2, Lrx/exceptions/CompositeException;
const/4 v3, 0x2
new-array v3, v3, [Ljava/lang/Throwable;
const/4 v4, 0x0
aput-object v1, v3, v4
aput-object p1, v3, v0
invoke-direct {v2, v3}, Lrx/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
.line 9
invoke-static {}, Lrx/plugins/RxJavaPlugins;->getInstance()Lrx/plugins/RxJavaPlugins;
move-result-object p1
invoke-virtual {p1}, Lrx/plugins/RxJavaPlugins;->getErrorHandler()Lrx/plugins/RxJavaErrorHandler;
move-result-object p1
invoke-virtual {p1, v2}, Lrx/plugins/RxJavaErrorHandler;->handleError(Ljava/lang/Throwable;)V
goto :goto_4b
:catch_3b
move-exception p1
goto :goto_40
:catch_3d
move-exception p1
goto :goto_40
:catch_3f
move-exception p1
.line 10
:goto_40
invoke-static {}, Lrx/plugins/RxJavaPlugins;->getInstance()Lrx/plugins/RxJavaPlugins;
move-result-object v0
invoke-virtual {v0}, Lrx/plugins/RxJavaPlugins;->getErrorHandler()Lrx/plugins/RxJavaErrorHandler;
move-result-object v0
invoke-virtual {v0, p1}, Lrx/plugins/RxJavaErrorHandler;->handleError(Ljava/lang/Throwable;)V
:goto_4b
return-void
.end method