public final class org.glassfish.grizzly.http.KeepAlive implements org.glassfish.grizzly.monitoring.MonitoringAware<org.glassfish.grizzly.http.KeepAliveProbe>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.http.KeepAlive
  super_class: java.lang.Object
{
  protected final org.glassfish.grizzly.monitoring.DefaultMonitoringConfig<org.glassfish.grizzly.http.KeepAliveProbe> monitoringConfig;
    descriptor: Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig<Lorg/glassfish/grizzly/http/KeepAliveProbe;>;

  private int idleTimeoutInSeconds;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int maxRequestsCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
         2: .line 36
            new org.glassfish.grizzly.http.KeepAlive$1
            dup
            aload 0 /* this */
            ldc Lorg/glassfish/grizzly/http/KeepAliveProbe;
            invokespecial org.glassfish.grizzly.http.KeepAlive$1.<init>:(Lorg/glassfish/grizzly/http/KeepAlive;Ljava/lang/Class;)V
            putfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
         3: .line 48
            aload 0 /* this */
            bipush 30
            putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
         4: .line 53
            aload 0 /* this */
            sipush 256
            putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
         5: .line 56
            return
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/grizzly/http/KeepAlive;

  public void <init>(org.glassfish.grizzly.http.KeepAlive);
    descriptor: (Lorg/glassfish/grizzly/http/KeepAlive;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
        start local 1 // org.glassfish.grizzly.http.KeepAlive keepAlive
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
         2: .line 36
            new org.glassfish.grizzly.http.KeepAlive$1
            dup
            aload 0 /* this */
            ldc Lorg/glassfish/grizzly/http/KeepAliveProbe;
            invokespecial org.glassfish.grizzly.http.KeepAlive$1.<init>:(Lorg/glassfish/grizzly/http/KeepAlive;Ljava/lang/Class;)V
            putfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
         3: .line 48
            aload 0 /* this */
            bipush 30
            putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
         4: .line 53
            aload 0 /* this */
            sipush 256
            putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
         5: .line 63
            aload 0 /* this */
            aload 1 /* keepAlive */
            getfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
            putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
         6: .line 64
            aload 0 /* this */
            aload 1 /* keepAlive */
            getfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
            putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
         7: .line 65
            return
        end local 1 // org.glassfish.grizzly.http.KeepAlive keepAlive
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/glassfish/grizzly/http/KeepAlive;
            0    8     1  keepAlive  Lorg/glassfish/grizzly/http/KeepAlive;
    MethodParameters:
           Name  Flags
      keepAlive  final

  public int getIdleTimeoutInSeconds();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
         0: .line 74
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/KeepAlive;

  public void setIdleTimeoutInSeconds(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
        start local 1 // int idleTimeoutInSeconds
         0: .line 89
            iload 1 /* idleTimeoutInSeconds */
            ifge 3
         1: .line 90
            aload 0 /* this */
            iconst_m1
            putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
         2: .line 91
            goto 4
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* idleTimeoutInSeconds */
            putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
         4: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int idleTimeoutInSeconds
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lorg/glassfish/grizzly/http/KeepAlive;
            0    5     1  idleTimeoutInSeconds  I
    MethodParameters:
                      Name  Flags
      idleTimeoutInSeconds  final

  public int getMaxRequestsCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
         0: .line 101
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/KeepAlive;

  public void setMaxRequestsCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
        start local 1 // int maxRequestsCount
         0: .line 113
            aload 0 /* this */
            iload 1 /* maxRequestsCount */
            putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
         1: .line 114
            return
        end local 1 // int maxRequestsCount
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/glassfish/grizzly/http/KeepAlive;
            0    2     1  maxRequestsCount  I
    MethodParameters:
                  Name  Flags
      maxRequestsCount  

  public org.glassfish.grizzly.monitoring.MonitoringConfig<org.glassfish.grizzly.http.KeepAliveProbe> getMonitoringConfig();
    descriptor: ()Lorg/glassfish/grizzly/monitoring/MonitoringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
         0: .line 121
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
            areturn
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/KeepAlive;
    Signature: ()Lorg/glassfish/grizzly/monitoring/MonitoringConfig<Lorg/glassfish/grizzly/http/KeepAliveProbe;>;

  protected java.lang.Object createJmxManagementObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.KeepAlive this
         0: .line 126
            ldc "org.glassfish.grizzly.http.jmx.KeepAlive"
            aload 0 /* this */
            ldc Lorg/glassfish/grizzly/http/KeepAlive;
         1: .line 125
            invokestatic org.glassfish.grizzly.monitoring.MonitoringUtils.loadJmxObject:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 0 // org.glassfish.grizzly.http.KeepAlive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/http/KeepAlive;

  protected static void notifyProbesConnectionAccepted(org.glassfish.grizzly.http.KeepAlive, org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/http/KeepAlive;Lorg/glassfish/grizzly/Connection;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
        start local 1 // org.glassfish.grizzly.Connection connection
         0: .line 138
            aload 0 /* keepAlive */
            getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
            invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.KeepAliveProbe[]
         1: .line 137
            astore 2 /* probes */
        start local 2 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
         2: .line 139
            aload 2 /* probes */
            ifnull 8
         3: .line 140
            aload 2 /* probes */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[] top int int org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* probe */
        start local 3 // org.glassfish.grizzly.http.KeepAliveProbe probe
         5: .line 141
            aload 3 /* probe */
            aload 1 /* connection */
            invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onConnectionAcceptEvent:(Lorg/glassfish/grizzly/Connection;)V
        end local 3 // org.glassfish.grizzly.http.KeepAliveProbe probe
         6: .line 140
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 4
         8: .line 144
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
        end local 1 // org.glassfish.grizzly.Connection connection
        end local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0   keepAlive  Lorg/glassfish/grizzly/http/KeepAlive;
            0    9     1  connection  Lorg/glassfish/grizzly/Connection;
            2    9     2      probes  [Lorg/glassfish/grizzly/http/KeepAliveProbe;
            5    6     3       probe  Lorg/glassfish/grizzly/http/KeepAliveProbe;
    MethodParameters:
            Name  Flags
      keepAlive   final
      connection  final

  protected static void notifyProbesHit(org.glassfish.grizzly.http.KeepAlive, org.glassfish.grizzly.Connection, int);
    descriptor: (Lorg/glassfish/grizzly/http/KeepAlive;Lorg/glassfish/grizzly/Connection;I)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
        start local 1 // org.glassfish.grizzly.Connection connection
        start local 2 // int requestNumber
         0: .line 158
            aload 0 /* keepAlive */
            getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
            invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.KeepAliveProbe[]
         1: .line 157
            astore 3 /* probes */
        start local 3 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
         2: .line 159
            aload 3 /* probes */
            ifnull 8
         3: .line 160
            aload 3 /* probes */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 7
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection int org.glassfish.grizzly.http.KeepAliveProbe[] top int int org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
         4: aload 7
            iload 5
            aaload
            astore 4 /* probe */
        start local 4 // org.glassfish.grizzly.http.KeepAliveProbe probe
         5: .line 161
            aload 4 /* probe */
            aload 1 /* connection */
            iload 2 /* requestNumber */
            invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onHitEvent:(Lorg/glassfish/grizzly/Connection;I)V
        end local 4 // org.glassfish.grizzly.http.KeepAliveProbe probe
         6: .line 160
            iinc 5 1
      StackMap locals:
      StackMap stack:
         7: iload 5
            iload 6
            if_icmplt 4
         8: .line 164
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection int org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
            return
        end local 3 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
        end local 2 // int requestNumber
        end local 1 // org.glassfish.grizzly.Connection connection
        end local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0      keepAlive  Lorg/glassfish/grizzly/http/KeepAlive;
            0    9     1     connection  Lorg/glassfish/grizzly/Connection;
            0    9     2  requestNumber  I
            2    9     3         probes  [Lorg/glassfish/grizzly/http/KeepAliveProbe;
            5    6     4          probe  Lorg/glassfish/grizzly/http/KeepAliveProbe;
    MethodParameters:
               Name  Flags
      keepAlive      final
      connection     final
      requestNumber  final

  protected static void notifyProbesRefused(org.glassfish.grizzly.http.KeepAlive, org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/http/KeepAlive;Lorg/glassfish/grizzly/Connection;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
        start local 1 // org.glassfish.grizzly.Connection connection
         0: .line 176
            aload 0 /* keepAlive */
            getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
            invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.KeepAliveProbe[]
         1: .line 175
            astore 2 /* probes */
        start local 2 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
         2: .line 177
            aload 2 /* probes */
            ifnull 8
         3: .line 178
            aload 2 /* probes */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[] top int int org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* probe */
        start local 3 // org.glassfish.grizzly.http.KeepAliveProbe probe
         5: .line 179
            aload 3 /* probe */
            aload 1 /* connection */
            invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onRefuseEvent:(Lorg/glassfish/grizzly/Connection;)V
        end local 3 // org.glassfish.grizzly.http.KeepAliveProbe probe
         6: .line 178
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 4
         8: .line 182
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
        end local 1 // org.glassfish.grizzly.Connection connection
        end local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0   keepAlive  Lorg/glassfish/grizzly/http/KeepAlive;
            0    9     1  connection  Lorg/glassfish/grizzly/Connection;
            2    9     2      probes  [Lorg/glassfish/grizzly/http/KeepAliveProbe;
            5    6     3       probe  Lorg/glassfish/grizzly/http/KeepAliveProbe;
    MethodParameters:
            Name  Flags
      keepAlive   final
      connection  final

  protected static void notifyProbesTimeout(org.glassfish.grizzly.http.KeepAlive, org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/http/KeepAlive;Lorg/glassfish/grizzly/Connection;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
        start local 1 // org.glassfish.grizzly.Connection connection
         0: .line 194
            aload 0 /* keepAlive */
            getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
            invokevirtual org.glassfish.grizzly.monitoring.DefaultMonitoringConfig.getProbesUnsafe:()[Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.KeepAliveProbe[]
         1: .line 193
            astore 2 /* probes */
        start local 2 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
         2: .line 195
            aload 2 /* probes */
            ifnull 8
         3: .line 196
            aload 2 /* probes */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[] top int int org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* probe */
        start local 3 // org.glassfish.grizzly.http.KeepAliveProbe probe
         5: .line 197
            aload 3 /* probe */
            aload 1 /* connection */
            invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onTimeoutEvent:(Lorg/glassfish/grizzly/Connection;)V
        end local 3 // org.glassfish.grizzly.http.KeepAliveProbe probe
         6: .line 196
            iinc 4 1
      StackMap locals:
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 4
         8: .line 200
      StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[]
      StackMap stack:
            return
        end local 2 // org.glassfish.grizzly.http.KeepAliveProbe[] probes
        end local 1 // org.glassfish.grizzly.Connection connection
        end local 0 // org.glassfish.grizzly.http.KeepAlive keepAlive
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0   keepAlive  Lorg/glassfish/grizzly/http/KeepAlive;
            0    9     1  connection  Lorg/glassfish/grizzly/Connection;
            2    9     2      probes  [Lorg/glassfish/grizzly/http/KeepAliveProbe;
            5    6     3       probe  Lorg/glassfish/grizzly/http/KeepAliveProbe;
    MethodParameters:
            Name  Flags
      keepAlive   final
      connection  final
}
Signature: Ljava/lang/Object;Lorg/glassfish/grizzly/monitoring/MonitoringAware<Lorg/glassfish/grizzly/http/KeepAliveProbe;>;
SourceFile: "KeepAlive.java"
NestMembers:
  org.glassfish.grizzly.http.KeepAlive$1
InnerClasses:
  org.glassfish.grizzly.http.KeepAlive$1