final class com.microsoft.azure.AzureServiceFuture$PagingSubscriber<E> extends rx.Subscriber<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.microsoft.azure.AzureServiceFuture$PagingSubscriber
super_class: rx.Subscriber
{
private com.microsoft.azure.AzureServiceFuture<java.util.List<E>> serviceCall;
descriptor: Lcom/microsoft/azure/AzureServiceFuture;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;
private rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>> next;
descriptor: Lrx/functions/Func1;
flags: (0x0002) ACC_PRIVATE
Signature: Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;
private com.microsoft.azure.ListOperationCallback<E> callback;
descriptor: Lcom/microsoft/azure/ListOperationCallback;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/microsoft/azure/ListOperationCallback<TE;>;
private com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>> lastResponse;
descriptor: Lcom/microsoft/rest/ServiceResponse;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;
void <init>(com.microsoft.azure.AzureServiceFuture<java.util.List<E>>, rx.functions.Func1<java.lang.String, rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>>>, com.microsoft.azure.ListOperationCallback<E>);
descriptor: (Lcom/microsoft/azure/AzureServiceFuture;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial rx.Subscriber.<init>:()V
1: aload 0
aload 1
putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
2: aload 0
aload 2
putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.next:Lrx/functions/Func1;
3: aload 0
aload 3
putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
0 5 1 serviceCall Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;
0 5 2 next Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;
0 5 3 callback Lcom/microsoft/azure/ListOperationCallback<TE;>;
Signature: (Lcom/microsoft/azure/AzureServiceFuture<Ljava/util/List<TE;>;>;Lrx/functions/Func1<Ljava/lang/String;Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;>;Lcom/microsoft/azure/ListOperationCallback<TE;>;)V
MethodParameters:
Name Flags
serviceCall final
next final
callback final
public void onCompleted();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
aload 1
invokestatic com.microsoft.azure.AzureServiceFuture.access$0:(Lcom/microsoft/azure/AzureServiceFuture;Ljava/lang/Throwable;)Z
pop
1: aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
ifnull 3
2: aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
aload 1
invokevirtual com.microsoft.azure.ListOperationCallback.failure:(Ljava/lang/Throwable;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
0 4 1 e Ljava/lang/Throwable;
MethodParameters:
Name Flags
e
public void onNext(com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<E>>);
descriptor: (Lcom/microsoft/rest/ServiceResponse;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.lastResponse:Lcom/microsoft/rest/ServiceResponse;
1: getstatic com.microsoft.azure.ListOperationCallback$PagingBehavior.CONTINUE:Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
astore 2
start local 2 2: aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
ifnull 6
3: aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokeinterface com.microsoft.azure.Page.items:()Ljava/util/List;
invokevirtual com.microsoft.azure.ListOperationCallback.progress:(Ljava/util/List;)Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
astore 2
4: aload 2
getstatic com.microsoft.azure.ListOperationCallback$PagingBehavior.STOP:Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
if_acmpeq 5
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
ifnonnull 6
5: StackMap locals: com.microsoft.azure.ListOperationCallback$PagingBehavior
StackMap stack:
aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.callback:Lcom/microsoft/azure/ListOperationCallback;
invokevirtual com.microsoft.azure.ListOperationCallback.success:()V
6: StackMap locals:
StackMap stack:
aload 2
getstatic com.microsoft.azure.ListOperationCallback$PagingBehavior.STOP:Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
if_acmpeq 7
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
ifnonnull 9
7: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.lastResponse:Lcom/microsoft/rest/ServiceResponse;
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokeinterface com.microsoft.azure.Page.items:()Ljava/util/List;
invokestatic com.microsoft.azure.AzureServiceFuture.access$1:(Lcom/microsoft/azure/AzureServiceFuture;Ljava/lang/Object;)Z
pop
8: goto 10
9: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.serviceCall:Lcom/microsoft/azure/AzureServiceFuture;
aload 0
getfield com.microsoft.azure.AzureServiceFuture$PagingSubscriber.next:Lrx/functions/Func1;
aload 1
invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
checkcast com.microsoft.azure.Page
invokeinterface com.microsoft.azure.Page.nextPageLink:()Ljava/lang/String;
invokeinterface rx.functions.Func1.call:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast rx.Observable
invokevirtual rx.Observable.single:()Lrx/Observable;
aload 0
invokevirtual rx.Observable.subscribe:(Lrx/Subscriber;)Lrx/Subscription;
invokestatic com.microsoft.azure.AzureServiceFuture.access$2:(Lcom/microsoft/azure/AzureServiceFuture;Lrx/Subscription;)V
10: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/microsoft/azure/AzureServiceFuture$PagingSubscriber<TE;>;
0 11 1 serviceResponse Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;
2 11 2 behavior Lcom/microsoft/azure/ListOperationCallback$PagingBehavior;
Signature: (Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;)V
MethodParameters:
Name Flags
serviceResponse
public void onNext(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast com.microsoft.rest.ServiceResponse
invokevirtual com.microsoft.azure.AzureServiceFuture$PagingSubscriber.onNext:(Lcom/microsoft/rest/ServiceResponse;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <E:Ljava/lang/Object;>Lrx/Subscriber<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<TE;>;>;>;
SourceFile: "AzureServiceFuture.java"
NestHost: com.microsoft.azure.AzureServiceFuture
InnerClasses:
private final PagingSubscriber = com.microsoft.azure.AzureServiceFuture$PagingSubscriber of com.microsoft.azure.AzureServiceFuture
public final PagingBehavior = com.microsoft.azure.ListOperationCallback$PagingBehavior of com.microsoft.azure.ListOperationCallback