class org.glassfish.grizzly.comet.CometContext$CometInputHandler implements org.glassfish.grizzly.ReadHandler
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.glassfish.grizzly.comet.CometContext$CometInputHandler
super_class: java.lang.Object
{
final org.glassfish.grizzly.http.io.NIOInputStream nioInputStream;
descriptor: Lorg/glassfish/grizzly/http/io/NIOInputStream;
flags: (0x0010) ACC_FINAL
private final org.glassfish.grizzly.comet.CometHandler handler;
descriptor: Lorg/glassfish/grizzly/comet/CometHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.glassfish.grizzly.http.io.NIOInputStream, org.glassfish.grizzly.comet.CometHandler);
descriptor: (Lorg/glassfish/grizzly/http/io/NIOInputStream;Lorg/glassfish/grizzly/comet/CometHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.nioInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
2: aload 0
aload 2
putfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
0 4 1 nioInputStream Lorg/glassfish/grizzly/http/io/NIOInputStream;
0 4 2 handler Lorg/glassfish/grizzly/comet/CometHandler;
MethodParameters:
Name Flags
nioInputStream
handler
public void onDataAvailable();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
invokestatic org.glassfish.grizzly.comet.CometContext.notifyOnAsyncRead:(Lorg/glassfish/grizzly/comet/CometHandler;)V
1: aload 0
getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.nioInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
aload 0
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.notifyAvailable:(Lorg/glassfish/grizzly/ReadHandler;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
0 1 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onAllDataRead();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.nioInputStream:Lorg/glassfish/grizzly/http/io/NIOInputStream;
invokevirtual org.glassfish.grizzly.http.io.NIOInputStream.isReady:()Z
ifeq 2
1: aload 0
getfield org.glassfish.grizzly.comet.CometContext$CometInputHandler.handler:Lorg/glassfish/grizzly/comet/CometHandler;
invokestatic org.glassfish.grizzly.comet.CometContext.notifyOnAsyncRead:(Lorg/glassfish/grizzly/comet/CometHandler;)V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/comet/CometContext$CometInputHandler;
}
SourceFile: "CometContext.java"
NestHost: org.glassfish.grizzly.comet.CometContext
InnerClasses:
private CometInputHandler = org.glassfish.grizzly.comet.CometContext$CometInputHandler of org.glassfish.grizzly.comet.CometContext