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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 30
putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
2: aload 0
sipush 256
putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
3: aload 0
new org.glassfish.grizzly.http.KeepAlive$1
dup
aload 0
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;
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 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=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
bipush 30
putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
2: aload 0
sipush 256
putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
3: aload 0
aload 1
getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
putfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
4: aload 0
aload 1
getfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
5: aload 0
aload 1
getfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/glassfish/grizzly/http/KeepAlive;
0 7 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 0: aload 0
getfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
ireturn
end local 0 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 start local 1 0: iload 1
ifge 3
1: aload 0
iconst_m1
putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield org.glassfish.grizzly.http.KeepAlive.idleTimeoutInSeconds:I
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: aload 0
getfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield org.glassfish.grizzly.http.KeepAlive.maxRequestsCount:I
1: return
end local 1 end local 0 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 0: aload 0
getfield org.glassfish.grizzly.http.KeepAlive.monitoringConfig:Lorg/glassfish/grizzly/monitoring/DefaultMonitoringConfig;
areturn
end local 0 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 0: ldc "org.glassfish.grizzly.http.jmx.KeepAlive"
aload 0
ldc Lorg/glassfish/grizzly/http/KeepAlive;
invokestatic org.glassfish.grizzly.monitoring.MonitoringUtils.loadJmxObject:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 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 start local 1 0: aload 0
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[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
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:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 1
invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onConnectionAcceptEvent:(Lorg/glassfish/grizzly/Connection;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 keepAlive Lorg/glassfish/grizzly/http/KeepAlive;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
1 8 2 probes [Lorg/glassfish/grizzly/http/KeepAliveProbe;
4 5 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 start local 1 start local 2 0: aload 0
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[]
astore 3
start local 3 1: aload 3
ifnull 7
2: aload 3
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 6
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:
3: aload 7
iload 5
aaload
astore 4
start local 4 4: aload 4
aload 1
iload 2
invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onHitEvent:(Lorg/glassfish/grizzly/Connection;I)V
end local 4 5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 6
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection int org.glassfish.grizzly.http.KeepAliveProbe[]
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 keepAlive Lorg/glassfish/grizzly/http/KeepAlive;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
0 8 2 requestNumber I
1 8 3 probes [Lorg/glassfish/grizzly/http/KeepAliveProbe;
4 5 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 start local 1 0: aload 0
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[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
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:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 1
invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onRefuseEvent:(Lorg/glassfish/grizzly/Connection;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 keepAlive Lorg/glassfish/grizzly/http/KeepAlive;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
1 8 2 probes [Lorg/glassfish/grizzly/http/KeepAliveProbe;
4 5 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 start local 1 0: aload 0
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[]
astore 2
start local 2 1: aload 2
ifnull 7
2: aload 2
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 6
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:
3: aload 6
iload 4
aaload
astore 3
start local 3 4: aload 3
aload 1
invokeinterface org.glassfish.grizzly.http.KeepAliveProbe.onTimeoutEvent:(Lorg/glassfish/grizzly/Connection;)V
end local 3 5: iinc 4 1
StackMap locals:
StackMap stack:
6: iload 4
iload 5
if_icmplt 3
7: StackMap locals: org.glassfish.grizzly.http.KeepAlive org.glassfish.grizzly.Connection org.glassfish.grizzly.http.KeepAliveProbe[]
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 keepAlive Lorg/glassfish/grizzly/http/KeepAlive;
0 8 1 connection Lorg/glassfish/grizzly/Connection;
1 8 2 probes [Lorg/glassfish/grizzly/http/KeepAliveProbe;
4 5 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