class org.eclipse.jetty.server.handler.ContextHandlerCollection$2 implements org.eclipse.jetty.util.thread.SerializedExecutor$ErrorHandlingTask
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.server.handler.ContextHandlerCollection$2
super_class: java.lang.Object
{
final org.eclipse.jetty.server.handler.ContextHandlerCollection this$0;
descriptor: Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.eclipse.jetty.server.Handler val$handler;
descriptor: Lorg/eclipse/jetty/server/Handler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.eclipse.jetty.util.Callback val$callback;
descriptor: Lorg/eclipse/jetty/util/Callback;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.jetty.server.handler.ContextHandlerCollection, org.eclipse.jetty.server.Handler, org.eclipse.jetty.util.Callback);
descriptor: (Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;Lorg/eclipse/jetty/server/Handler;Lorg/eclipse/jetty/util/Callback;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$2.this$0:Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;
aload 0
aload 2
putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$2.val$handler:Lorg/eclipse/jetty/server/Handler;
aload 0
aload 3
putfield org.eclipse.jetty.server.handler.ContextHandlerCollection$2.val$callback:Lorg/eclipse/jetty/util/Callback;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$2;
MethodParameters:
Name Flags
this$0 final
val$handler final
val$callback final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$2.this$0:Lorg/eclipse/jetty/server/handler/ContextHandlerCollection;
aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$2.val$handler:Lorg/eclipse/jetty/server/Handler;
invokevirtual org.eclipse.jetty.server.handler.ContextHandlerCollection.removeHandler:(Lorg/eclipse/jetty/server/Handler;)V
1: aload 0
getfield org.eclipse.jetty.server.handler.ContextHandlerCollection$2.val$callback:Lorg/eclipse/jetty/util/Callback;
invokeinterface org.eclipse.jetty.util.Callback.succeeded:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$2;
public void accept(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.eclipse.jetty.server.handler.ContextHandlerCollection$2.val$callback:Lorg/eclipse/jetty/util/Callback;
aload 1
invokeinterface org.eclipse.jetty.util.Callback.failed:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/handler/ContextHandlerCollection$2;
0 2 1 throwable Ljava/lang/Throwable;
MethodParameters:
Name Flags
throwable
public void accept(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 java.lang.Throwable
invokevirtual org.eclipse.jetty.server.handler.ContextHandlerCollection$2.accept:(Ljava/lang/Throwable;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ContextHandlerCollection.java"
EnclosingMethod: org.eclipse.jetty.server.handler.ContextHandlerCollection.undeployHandler:(Lorg/eclipse/jetty/server/Handler;Lorg/eclipse/jetty/util/Callback;)V
NestHost: org.eclipse.jetty.server.handler.ContextHandlerCollection
InnerClasses:
org.eclipse.jetty.server.handler.ContextHandlerCollection$2
public abstract ErrorHandlingTask = org.eclipse.jetty.util.thread.SerializedExecutor$ErrorHandlingTask of org.eclipse.jetty.util.thread.SerializedExecutor