class com.microsoft.azure.AzureClient$15 implements rx.functions.Func1<retrofit2.Response<okhttp3.ResponseBody>, com.microsoft.azure.PollingState<T>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.AzureClient$15
super_class: java.lang.Object
{
final com.microsoft.azure.AzureClient this$0;
descriptor: Lcom/microsoft/azure/AzureClient;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.microsoft.azure.LongRunningOperationOptions val$lroOptions;
descriptor: Lcom/microsoft/azure/LongRunningOperationOptions;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.lang.reflect.Type val$resourceType;
descriptor: Ljava/lang/reflect/Type;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.microsoft.azure.AzureClient, com.microsoft.azure.LongRunningOperationOptions, java.lang.reflect.Type);
descriptor: (Lcom/microsoft/azure/AzureClient;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield com.microsoft.azure.AzureClient$15.this$0:Lcom/microsoft/azure/AzureClient;
aload 0
aload 2
putfield com.microsoft.azure.AzureClient$15.val$lroOptions:Lcom/microsoft/azure/LongRunningOperationOptions;
aload 0
aload 3
putfield com.microsoft.azure.AzureClient$15.val$resourceType:Ljava/lang/reflect/Type;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/AzureClient$15;
MethodParameters:
Name Flags
this$0 final
val$lroOptions final
val$resourceType final
public com.microsoft.azure.PollingState<T> call(retrofit2.Response<okhttp3.ResponseBody>);
descriptor: (Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.AzureClient$15.this$0:Lcom/microsoft/azure/AzureClient;
aload 1
iconst_3
anewarray java.lang.Integer
dup
iconst_0
sipush 200
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
sipush 202
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
sipush 204
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokevirtual com.microsoft.azure.AzureClient.createExceptionFromResponse:(Lretrofit2/Response;[Ljava/lang/Integer;)Ljava/lang/RuntimeException;
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
athrow
3: StackMap locals: java.lang.RuntimeException
StackMap stack:
aload 1
aload 0
getfield com.microsoft.azure.AzureClient$15.val$lroOptions:Lcom/microsoft/azure/LongRunningOperationOptions;
aload 0
getfield com.microsoft.azure.AzureClient$15.this$0:Lcom/microsoft/azure/AzureClient;
invokevirtual com.microsoft.azure.AzureClient.longRunningOperationRetryTimeout:()Ljava/lang/Integer;
invokevirtual java.lang.Integer.intValue:()I
aload 0
getfield com.microsoft.azure.AzureClient$15.val$resourceType:Ljava/lang/reflect/Type;
aload 0
getfield com.microsoft.azure.AzureClient$15.this$0:Lcom/microsoft/azure/AzureClient;
invokevirtual com.microsoft.azure.AzureClient.restClient:()Lcom/microsoft/rest/RestClient;
invokevirtual com.microsoft.rest.RestClient.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
invokestatic com.microsoft.azure.PollingState.create:(Lretrofit2/Response;Lcom/microsoft/azure/LongRunningOperationOptions;ILjava/lang/reflect/Type;Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/azure/PollingState;
astore 3
start local 3 4: aload 3
aload 1
invokevirtual com.microsoft.azure.PollingState.withPollingUrlFromResponse:(Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
pop
5: aload 3
aload 1
invokevirtual com.microsoft.azure.PollingState.withPollingRetryTimeoutFromResponse:(Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
pop
6: aload 3
7: areturn
end local 3 8: StackMap locals:
StackMap stack: java.io.IOException
astore 3
start local 3 9: aload 3
invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/microsoft/azure/AzureClient$15;
0 10 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
1 10 2 exception Ljava/lang/RuntimeException;
4 8 3 pollingState Lcom/microsoft/azure/PollingState<TT;>;
9 10 3 ioException Ljava/io/IOException;
Exception table:
from to target type
3 7 8 Class java.io.IOException
Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/azure/PollingState<TT;>;
MethodParameters:
Name Flags
response
public java.lang.Object call(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast retrofit2.Response
invokevirtual com.microsoft.azure.AzureClient$15.call:(Lretrofit2/Response;)Lcom/microsoft/azure/PollingState;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func1<Lretrofit2/Response<Lokhttp3/ResponseBody;>;Lcom/microsoft/azure/PollingState<TT;>;>;
SourceFile: "AzureClient.java"
EnclosingMethod: com.microsoft.azure.AzureClient.beginPostOrDeleteAsync:(Lrx/Observable;Lcom/microsoft/azure/LongRunningOperationOptions;Ljava/lang/reflect/Type;)Lrx/Single;
NestHost: com.microsoft.azure.AzureClient
InnerClasses:
com.microsoft.azure.AzureClient$15