class org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2 implements org.glassfish.grizzly.CompletionHandler<org.glassfish.grizzly.WriteResult>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2
super_class: java.lang.Object
{
final org.glassfish.grizzly.http.server.io.ServerOutputBuffer this$0;
descriptor: Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.glassfish.grizzly.CompletionHandler val$handler;
descriptor: Lorg/glassfish/grizzly/CompletionHandler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.glassfish.grizzly.http.server.io.ServerOutputBuffer, org.glassfish.grizzly.CompletionHandler);
descriptor: (Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer;Lorg/glassfish/grizzly/CompletionHandler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.this$0:Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer;
aload 0
aload 2
putfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.val$handler:Lorg/glassfish/grizzly/CompletionHandler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer$2;
MethodParameters:
Name Flags
this$0 final
val$handler final
public void cancelled();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.val$handler:Lorg/glassfish/grizzly/CompletionHandler;
invokeinterface org.glassfish.grizzly.CompletionHandler.cancelled:()V
1: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.this$0:Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer;
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer.serverResponse:Lorg/glassfish/grizzly/http/server/Response;
invokevirtual org.glassfish.grizzly.http.server.Response.resume:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer$2;
public void failed(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.val$handler:Lorg/glassfish/grizzly/CompletionHandler;
aload 1
invokeinterface org.glassfish.grizzly.CompletionHandler.failed:(Ljava/lang/Throwable;)V
1: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.this$0:Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer;
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer.serverResponse:Lorg/glassfish/grizzly/http/server/Response;
invokevirtual org.glassfish.grizzly.http.server.Response.resume:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer$2;
0 3 1 throwable Ljava/lang/Throwable;
MethodParameters:
Name Flags
throwable
public void completed(org.glassfish.grizzly.WriteResult);
descriptor: (Lorg/glassfish/grizzly/WriteResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.val$handler:Lorg/glassfish/grizzly/CompletionHandler;
aload 1
invokeinterface org.glassfish.grizzly.CompletionHandler.completed:(Ljava/lang/Object;)V
1: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.this$0:Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer;
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer.serverResponse:Lorg/glassfish/grizzly/http/server/Response;
invokevirtual org.glassfish.grizzly.http.server.Response.resume:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer$2;
0 3 1 result Lorg/glassfish/grizzly/WriteResult;
MethodParameters:
Name Flags
result
public void updated(org.glassfish.grizzly.WriteResult);
descriptor: (Lorg/glassfish/grizzly/WriteResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.val$handler:Lorg/glassfish/grizzly/CompletionHandler;
aload 1
invokeinterface org.glassfish.grizzly.CompletionHandler.updated:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/http/server/io/ServerOutputBuffer$2;
0 2 1 result Lorg/glassfish/grizzly/WriteResult;
MethodParameters:
Name Flags
result
public void updated(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.glassfish.grizzly.WriteResult
invokevirtual org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.updated:(Lorg/glassfish/grizzly/WriteResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
public void completed(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.glassfish.grizzly.WriteResult
invokevirtual org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2.completed:(Lorg/glassfish/grizzly/WriteResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/glassfish/grizzly/CompletionHandler<Lorg/glassfish/grizzly/WriteResult;>;
SourceFile: "ServerOutputBuffer.java"
EnclosingMethod: org.glassfish.grizzly.http.server.io.ServerOutputBuffer.suspendAndCreateHandler:(Lorg/glassfish/grizzly/CompletionHandler;)Lorg/glassfish/grizzly/CompletionHandler;
NestHost: org.glassfish.grizzly.http.server.io.ServerOutputBuffer
InnerClasses:
org.glassfish.grizzly.http.server.io.ServerOutputBuffer$2