class com.microsoft.azure.management.appservice.implementation.KuduClient
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.KuduClient
  super_class: java.lang.Object
{
  private final com.microsoft.rest.RestClient restClient;
    descriptor: Lcom/microsoft/rest/RestClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService service;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.appservice.WebAppBase);
    descriptor: (Lcom/microsoft/azure/management/appservice/WebAppBase;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // com.microsoft.azure.management.appservice.WebAppBase webAppBase
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 1 /* webAppBase */
            invokeinterface com.microsoft.azure.management.appservice.WebAppBase.defaultHostName:()Ljava/lang/String;
            ifnonnull 3
         2: .line 56
            new java.lang.UnsupportedOperationException
            dup
            ldc "Cannot initialize kudu client before web app is created"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 58
      StackMap locals: com.microsoft.azure.management.appservice.implementation.KuduClient com.microsoft.azure.management.appservice.WebAppBase
      StackMap stack:
            aload 1 /* webAppBase */
            invokeinterface com.microsoft.azure.management.appservice.WebAppBase.defaultHostName:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
         4: .line 59
            ldc "http://"
            ldc ""
            invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
         5: .line 60
            ldc "https://"
            ldc ""
            invokevirtual java.lang.String.replace:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
         6: .line 58
            astore 2 /* host */
        start local 2 // java.lang.String host
         7: .line 61
            aload 2 /* host */
            ldc "\\."
            iconst_2
            invokevirtual java.lang.String.split:(Ljava/lang/String;I)[Ljava/lang/String;
            astore 3 /* parts */
        start local 3 // java.lang.String[] parts
         8: .line 62
            bipush 46
            invokestatic com.google.common.base.Joiner.on:(C)Lcom/google/common/base/Joiner;
            aload 3 /* parts */
            iconst_0
            aaload
            ldc "scm"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* parts */
            iconst_1
            aaload
            aastore
            invokevirtual com.google.common.base.Joiner.join:(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* host */
         9: .line 63
            aload 0 /* this */
            aload 1 /* webAppBase */
            invokeinterface com.microsoft.azure.management.appservice.WebAppBase.manager:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.newBuilder:()Lcom/microsoft/rest/RestClient$Builder;
        10: .line 64
            new java.lang.StringBuilder
            dup
            ldc "https://"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* host */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.microsoft.rest.RestClient$Builder.withBaseUrl:(Ljava/lang/String;)Lcom/microsoft/rest/RestClient$Builder;
        11: .line 65
            ldc 3
            getstatic java.util.concurrent.TimeUnit.MINUTES:Ljava/util/concurrent/TimeUnit;
            invokevirtual com.microsoft.rest.RestClient$Builder.withConnectionTimeout:(JLjava/util/concurrent/TimeUnit;)Lcom/microsoft/rest/RestClient$Builder;
        12: .line 66
            ldc 3
            getstatic java.util.concurrent.TimeUnit.MINUTES:Ljava/util/concurrent/TimeUnit;
            invokevirtual com.microsoft.rest.RestClient$Builder.withReadTimeout:(JLjava/util/concurrent/TimeUnit;)Lcom/microsoft/rest/RestClient$Builder;
        13: .line 67
            invokevirtual com.microsoft.rest.RestClient$Builder.build:()Lcom/microsoft/rest/RestClient;
        14: .line 63
            putfield com.microsoft.azure.management.appservice.implementation.KuduClient.restClient:Lcom/microsoft/rest/RestClient;
        15: .line 68
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.restClient:Lcom/microsoft/rest/RestClient;
        16: .line 69
            invokevirtual com.microsoft.rest.RestClient.retrofit:()Lretrofit2/Retrofit;
            ldc Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService
        17: .line 68
            putfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
        18: .line 70
            return
        end local 3 // java.lang.String[] parts
        end local 2 // java.lang.String host
        end local 1 // com.microsoft.azure.management.appservice.WebAppBase webAppBase
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0   19     1  webAppBase  Lcom/microsoft/azure/management/appservice/WebAppBase;
            7   19     2        host  Ljava/lang/String;
            8   19     3       parts  [Ljava/lang/String;
    MethodParameters:
            Name  Flags
      webAppBase  

  rx.Observable<java.lang.String> streamApplicationLogsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
         0: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.streamApplicationLogs:()Lrx/Observable;
         1: .line 117
            new com.microsoft.azure.management.appservice.implementation.KuduClient$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 116
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    Signature: ()Lrx/Observable<Ljava/lang/String;>;

  rx.Observable<java.lang.String> streamHttpLogsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
         0: .line 127
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.streamHttpLogs:()Lrx/Observable;
         1: .line 128
            new com.microsoft.azure.management.appservice.implementation.KuduClient$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 127
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    Signature: ()Lrx/Observable<Ljava/lang/String;>;

  rx.Observable<java.lang.String> streamTraceLogsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
         0: .line 138
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.streamTraceLogs:()Lrx/Observable;
         1: .line 139
            new com.microsoft.azure.management.appservice.implementation.KuduClient$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 138
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    Signature: ()Lrx/Observable<Ljava/lang/String;>;

  rx.Observable<java.lang.String> streamDeploymentLogsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
         0: .line 149
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.streamDeploymentLogs:()Lrx/Observable;
         1: .line 150
            new com.microsoft.azure.management.appservice.implementation.KuduClient$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$4.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 149
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    Signature: ()Lrx/Observable<Ljava/lang/String;>;

  rx.Observable<java.lang.String> streamAllLogsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
         0: .line 160
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.streamAllLogs:()Lrx/Observable;
         1: .line 161
            new com.microsoft.azure.management.appservice.implementation.KuduClient$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$5.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 160
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    Signature: ()Lrx/Observable<Ljava/lang/String;>;

  private rx.Observable<java.lang.String> streamFromBufferedSource(okio.BufferedSource);
    descriptor: (Lokio/BufferedSource;)Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // okio.BufferedSource source
         0: .line 171
            new com.microsoft.azure.management.appservice.implementation.KuduClient$6
            dup
            aload 0 /* this */
            aload 1 /* source */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$6.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;Lokio/BufferedSource;)V
         1: .line 183
            getstatic rx.Emitter$BackpressureMode.BUFFER:Lrx/Emitter$BackpressureMode;
         2: .line 171
            invokestatic rx.Observable.create:(Lrx/functions/Action1;Lrx/Emitter$BackpressureMode;)Lrx/Observable;
            areturn
        end local 1 // okio.BufferedSource source
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0    3     1  source  Lokio/BufferedSource;
    Signature: (Lokio/BufferedSource;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      source  final

  rx.Completable warDeployAsync(java.io.InputStream, java.lang.String);
    descriptor: (Ljava/io/InputStream;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // java.io.InputStream warFile
        start local 2 // java.lang.String appName
         0: .line 188
            ldc "application/octet-stream"
            invokestatic okhttp3.MediaType.parse:(Ljava/lang/String;)Lokhttp3/MediaType;
            aload 1 /* warFile */
            invokestatic com.google.common.io.ByteStreams.toByteArray:(Ljava/io/InputStream;)[B
            invokestatic okhttp3.RequestBody.create:(Lokhttp3/MediaType;[B)Lokhttp3/RequestBody;
            astore 3 /* body */
        start local 3 // okhttp3.RequestBody body
         1: .line 190
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            aload 3 /* body */
            aload 2 /* appName */
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.warDeploy:(Lokhttp3/RequestBody;Ljava/lang/String;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.handleResponse:(Lrx/Observable;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.retryOnError:(Lrx/Observable;)Lrx/Observable;
         2: .line 189
            astore 4 /* response */
        start local 4 // rx.Observable response
         3: .line 191
            aload 4 /* response */
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         4: areturn
        end local 4 // rx.Observable response
        end local 3 // okhttp3.RequestBody body
         5: .line 192
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         6: .line 193
            aload 3 /* e */
            invokestatic rx.Completable.error:(Ljava/lang/Throwable;)Lrx/Completable;
            areturn
        end local 3 // java.io.IOException e
        end local 2 // java.lang.String appName
        end local 1 // java.io.InputStream warFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0    7     1   warFile  Ljava/io/InputStream;
            0    7     2   appName  Ljava/lang/String;
            1    5     3      body  Lokhttp3/RequestBody;
            3    5     4  response  Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
            6    7     3         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
         Name  Flags
      warFile  
      appName  

  rx.Completable zipDeployAsync(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lrx/Completable;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // java.io.InputStream zipFile
         0: .line 199
            ldc "application/octet-stream"
            invokestatic okhttp3.MediaType.parse:(Ljava/lang/String;)Lokhttp3/MediaType;
            aload 1 /* zipFile */
            invokestatic com.google.common.io.ByteStreams.toByteArray:(Ljava/io/InputStream;)[B
            invokestatic okhttp3.RequestBody.create:(Lokhttp3/MediaType;[B)Lokhttp3/RequestBody;
            astore 2 /* body */
        start local 2 // okhttp3.RequestBody body
         1: .line 201
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            aload 2 /* body */
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.zipDeploy:(Lokhttp3/RequestBody;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.handleResponse:(Lrx/Observable;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.retryOnError:(Lrx/Observable;)Lrx/Observable;
         2: .line 200
            astore 3 /* response */
        start local 3 // rx.Observable response
         3: .line 202
            aload 3 /* response */
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         4: areturn
        end local 3 // rx.Observable response
        end local 2 // okhttp3.RequestBody body
         5: .line 203
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 204
            aload 2 /* e */
            invokestatic rx.Completable.error:(Ljava/lang/Throwable;)Lrx/Completable;
            areturn
        end local 2 // java.io.IOException e
        end local 1 // java.io.InputStream zipFile
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0    7     1   zipFile  Ljava/io/InputStream;
            1    5     2      body  Lokhttp3/RequestBody;
            3    5     3  response  Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
            6    7     2         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
         Name  Flags
      zipFile  

  rx.Completable deployAsync(com.microsoft.azure.management.appservice.DeployType, java.io.InputStream, java.lang.String, java.lang.Boolean, java.lang.Boolean);
    descriptor: (Lcom/microsoft/azure/management/appservice/DeployType;Ljava/io/InputStream;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lrx/Completable;
    flags: (0x0000) 
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // com.microsoft.azure.management.appservice.DeployType type
        start local 2 // java.io.InputStream file
        start local 3 // java.lang.String path
        start local 4 // java.lang.Boolean restart
        start local 5 // java.lang.Boolean clean
         0: .line 210
            ldc "application/octet-stream"
            invokestatic okhttp3.MediaType.parse:(Ljava/lang/String;)Lokhttp3/MediaType;
            aload 2 /* file */
            invokestatic com.google.common.io.ByteStreams.toByteArray:(Ljava/io/InputStream;)[B
            invokestatic okhttp3.RequestBody.create:(Lokhttp3/MediaType;[B)Lokhttp3/RequestBody;
            astore 6 /* body */
        start local 6 // okhttp3.RequestBody body
         1: .line 212
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            aload 6 /* body */
            aload 1 /* type */
            aload 3 /* path */
            aload 4 /* restart */
            aload 5 /* clean */
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.deploy:(Lokhttp3/RequestBody;Lcom/microsoft/azure/management/appservice/DeployType;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.handleResponse:(Lrx/Observable;)Lrx/Observable;
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.retryOnError:(Lrx/Observable;)Lrx/Observable;
         2: .line 211
            astore 7 /* response */
        start local 7 // rx.Observable response
         3: .line 213
            aload 7 /* response */
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
         4: areturn
        end local 7 // rx.Observable response
        end local 6 // okhttp3.RequestBody body
         5: .line 214
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 6 /* e */
        start local 6 // java.io.IOException e
         6: .line 215
            aload 6 /* e */
            invokestatic rx.Completable.error:(Ljava/lang/Throwable;)Lrx/Completable;
            areturn
        end local 6 // java.io.IOException e
        end local 5 // java.lang.Boolean clean
        end local 4 // java.lang.Boolean restart
        end local 3 // java.lang.String path
        end local 2 // java.io.InputStream file
        end local 1 // com.microsoft.azure.management.appservice.DeployType type
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0    7     1      type  Lcom/microsoft/azure/management/appservice/DeployType;
            0    7     2      file  Ljava/io/InputStream;
            0    7     3      path  Ljava/lang/String;
            0    7     4   restart  Ljava/lang/Boolean;
            0    7     5     clean  Ljava/lang/Boolean;
            1    5     6      body  Lokhttp3/RequestBody;
            3    5     7  response  Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
            6    7     6         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
         Name  Flags
      type     
      file     
      path     
      restart  
      clean    

  rx.Observable<java.util.Map<java.lang.String, java.lang.String>> settings();
    descriptor: ()Lrx/Observable;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
         0: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.KuduClient.service:Lcom/microsoft/azure/management/appservice/implementation/KuduClient$KuduService;
            invokeinterface com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService.settings:()Lrx/Observable;
            new com.microsoft.azure.management.appservice.implementation.KuduClient$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$7.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         1: .line 242
            new com.microsoft.azure.management.appservice.implementation.KuduClient$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$8.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 220
            invokevirtual com.microsoft.azure.management.appservice.implementation.KuduClient.retryOnError:(Lrx/Observable;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
    Signature: ()Lrx/Observable<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;

  private rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> handleResponse(rx.Observable<retrofit2.Response<okhttp3.ResponseBody>>);
    descriptor: (Lrx/Observable;)Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // rx.Observable observable
         0: .line 251
            aload 1 /* observable */
            new com.microsoft.azure.management.appservice.implementation.KuduClient$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$9.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // rx.Observable observable
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0    1     1  observable  Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    Signature: (Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
            Name  Flags
      observable  

  private <T> rx.Observable<T> retryOnError(rx.Observable<T>);
    descriptor: (Lrx/Observable;)Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
        start local 1 // rx.Observable observable
         0: .line 278
            aload 1 /* observable */
            new com.microsoft.azure.management.appservice.implementation.KuduClient$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.KuduClient$10.<init>:(Lcom/microsoft/azure/management/appservice/implementation/KuduClient;)V
            invokevirtual rx.Observable.retryWhen:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 1 // rx.Observable observable
        end local 0 // com.microsoft.azure.management.appservice.implementation.KuduClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/microsoft/azure/management/appservice/implementation/KuduClient;
            0    1     1  observable  Lrx/Observable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lrx/Observable<TT;>;)Lrx/Observable<TT;>;
    MethodParameters:
            Name  Flags
      observable  
}
SourceFile: "KuduClient.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.KuduClient$1  com.microsoft.azure.management.appservice.implementation.KuduClient$10  com.microsoft.azure.management.appservice.implementation.KuduClient$10$1  com.microsoft.azure.management.appservice.implementation.KuduClient$10$2  com.microsoft.azure.management.appservice.implementation.KuduClient$2  com.microsoft.azure.management.appservice.implementation.KuduClient$3  com.microsoft.azure.management.appservice.implementation.KuduClient$4  com.microsoft.azure.management.appservice.implementation.KuduClient$5  com.microsoft.azure.management.appservice.implementation.KuduClient$6  com.microsoft.azure.management.appservice.implementation.KuduClient$7  com.microsoft.azure.management.appservice.implementation.KuduClient$7$1  com.microsoft.azure.management.appservice.implementation.KuduClient$8  com.microsoft.azure.management.appservice.implementation.KuduClient$9  com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.KuduClient$1
  com.microsoft.azure.management.appservice.implementation.KuduClient$10
  com.microsoft.azure.management.appservice.implementation.KuduClient$2
  com.microsoft.azure.management.appservice.implementation.KuduClient$3
  com.microsoft.azure.management.appservice.implementation.KuduClient$4
  com.microsoft.azure.management.appservice.implementation.KuduClient$5
  com.microsoft.azure.management.appservice.implementation.KuduClient$6
  com.microsoft.azure.management.appservice.implementation.KuduClient$7
  com.microsoft.azure.management.appservice.implementation.KuduClient$8
  com.microsoft.azure.management.appservice.implementation.KuduClient$9
  private abstract KuduService = com.microsoft.azure.management.appservice.implementation.KuduClient$KuduService of com.microsoft.azure.management.appservice.implementation.KuduClient
  public Builder = com.microsoft.rest.RestClient$Builder of com.microsoft.rest.RestClient
  public final BackpressureMode = rx.Emitter$BackpressureMode of rx.Emitter