class com.microsoft.azure.management.appservice.implementation.KuduClient$10$1 implements rx.functions.Func2<java.lang.Throwable, java.lang.Integer, java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.KuduClient$10$1
  super_class: java.lang.Object
{
  final com.microsoft.azure.management.appservice.implementation.KuduClient$10 this$1;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/KuduClient$10;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.appservice.implementation.KuduClient$10);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/KuduClient$10;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$10$1 this
         0: .line 281
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.appservice.implementation.KuduClient$10$1.this$1:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$10;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$10$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient$10$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Integer call(java.lang.Throwable, java.lang.Integer);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/Integer;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$10$1 this
        start local 1 // java.lang.Throwable throwable
        start local 2 // java.lang.Integer integer
         0: .line 284
            aload 2 /* integer */
            invokevirtual java.lang.Integer.intValue:()I
            bipush 6
            if_icmpge 5
         1: .line 285
            aload 1 /* throwable */
            instanceof java.net.SocketTimeoutException
            ifne 4
         2: .line 286
            aload 1 /* throwable */
            instanceof com.microsoft.rest.RestException
            ifeq 5
         3: .line 287
            aload 1 /* throwable */
            checkcast com.microsoft.rest.RestException
            invokevirtual com.microsoft.rest.RestException.response:()Lretrofit2/Response;
            invokevirtual retrofit2.Response.code:()I
            sipush 502
            if_icmpne 5
         4: .line 288
      StackMap locals:
      StackMap stack:
            aload 2 /* integer */
            areturn
         5: .line 290
      StackMap locals:
      StackMap stack:
            aload 1 /* throwable */
            invokestatic rx.exceptions.Exceptions.propagate:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 2 // java.lang.Integer integer
        end local 1 // java.lang.Throwable throwable
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient$10$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient$10$1;
            0    6     1  throwable  Ljava/lang/Throwable;
            0    6     2    integer  Ljava/lang/Integer;
    MethodParameters:
           Name  Flags
      throwable  
      integer    

  public java.lang.Object call(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Throwable
            aload 2
            checkcast java.lang.Integer
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient$10$1.call:(Ljava/lang/Throwable;Ljava/lang/Integer;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lrx/functions/Func2<Ljava/lang/Throwable;Ljava/lang/Integer;Ljava/lang/Integer;>;
SourceFile: "KuduClient.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.KuduClient$10.call:(Lrx/Observable;)Lrx/Observable;
NestHost: com.microsoft.azure.management.appservice.implementation.KuduClient
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.KuduClient$10
  com.microsoft.azure.management.appservice.implementation.KuduClient$10$1