class com.microsoft.azure.AzureClient$4 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$4
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 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, java.lang.reflect.Type);
descriptor: (Lcom/microsoft/azure/AzureClient;Ljava/lang/reflect/Type;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield com.microsoft.azure.AzureClient$4.this$0:Lcom/microsoft/azure/AzureClient;
aload 0
aload 2
putfield com.microsoft.azure.AzureClient$4.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$4;
MethodParameters:
Name Flags
this$0 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$4.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 201
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_2
sipush 202
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
getstatic com.microsoft.azure.LongRunningOperationOptions.DEFAULT:Lcom/microsoft/azure/LongRunningOperationOptions;
aload 0
getfield com.microsoft.azure.AzureClient$4.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$4.val$resourceType:Ljava/lang/reflect/Type;
aload 0
getfield com.microsoft.azure.AzureClient$4.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
aload 1
invokevirtual retrofit2.Response.raw:()Lokhttp3/Response;
invokevirtual okhttp3.Response.request:()Lokhttp3/Request;
invokevirtual okhttp3.Request.url:()Lokhttp3/HttpUrl;
invokevirtual okhttp3.HttpUrl.toString:()Ljava/lang/String;
invokevirtual com.microsoft.azure.PollingState.withPutOrPatchResourceUri:(Ljava/lang/String;)Lcom/microsoft/azure/PollingState;
pop
7: aload 3
8: areturn
end local 3 9: StackMap locals:
StackMap stack: java.io.IOException
astore 3
start local 3 10: 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 11 0 this Lcom/microsoft/azure/AzureClient$4;
0 11 1 response Lretrofit2/Response<Lokhttp3/ResponseBody;>;
1 11 2 exception Ljava/lang/RuntimeException;
4 9 3 pollingState Lcom/microsoft/azure/PollingState<TT;>;
10 11 3 ioException Ljava/io/IOException;
Exception table:
from to target type
3 8 9 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$4.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.beginPutOrPatchAsync:(Lrx/Observable;Ljava/lang/reflect/Type;)Lrx/Single;
NestHost: com.microsoft.azure.AzureClient
InnerClasses:
com.microsoft.azure.AzureClient$4