public final class org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler implements org.apache.commons.httpclient.HttpMethodRetryHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler
  super_class: java.lang.Object
{
  private static final org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler INSTANCE;
    descriptor: Lorg/apache/commons/vfs2/provider/webdav/WebdavMethodRetryHandler;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 34
            new org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler
            dup
            invokespecial org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler.<init>:()V
            putstatic org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler.INSTANCE:Lorg/apache/commons/vfs2/provider/webdav/WebdavMethodRetryHandler;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            return
        end local 0 // org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/vfs2/provider/webdav/WebdavMethodRetryHandler;

  public static org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler getInstance();
    descriptor: ()Lorg/apache/commons/vfs2/provider/webdav/WebdavMethodRetryHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            getstatic org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler.INSTANCE:Lorg/apache/commons/vfs2/provider/webdav/WebdavMethodRetryHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean retryMethod(org.apache.commons.httpclient.HttpMethod, java.io.IOException, int);
    descriptor: (Lorg/apache/commons/httpclient/HttpMethod;Ljava/io/IOException;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler this
        start local 1 // org.apache.commons.httpclient.HttpMethod method
        start local 2 // java.io.IOException exception
        start local 3 // int executionCount
         0: .line 45
            iload 3 /* executionCount */
            iconst_2
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // int executionCount
        end local 2 // java.io.IOException exception
        end local 1 // org.apache.commons.httpclient.HttpMethod method
        end local 0 // org.apache.commons.vfs2.provider.webdav.WebdavMethodRetryHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/commons/vfs2/provider/webdav/WebdavMethodRetryHandler;
            0    2     1          method  Lorg/apache/commons/httpclient/HttpMethod;
            0    2     2       exception  Ljava/io/IOException;
            0    2     3  executionCount  I
    MethodParameters:
                Name  Flags
      method          final
      exception       final
      executionCount  final
}
SourceFile: "WebdavMethodRetryHandler.java"