class io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener extends org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener
super_class: org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener
{
private final io.dropwizard.lifecycle.ServerLifecycleListener listener;
descriptor: Lio/dropwizard/lifecycle/ServerLifecycleListener;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(io.dropwizard.lifecycle.ServerLifecycleListener);
descriptor: (Lio/dropwizard/lifecycle/ServerLifecycleListener;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener this
start local 1 // io.dropwizard.lifecycle.ServerLifecycleListener listener
0: .line 100
aload 0 /* this */
invokespecial org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener.<init>:()V
1: .line 101
aload 0 /* this */
aload 1 /* listener */
putfield io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener.listener:Lio/dropwizard/lifecycle/ServerLifecycleListener;
2: .line 102
return
end local 1 // io.dropwizard.lifecycle.ServerLifecycleListener listener
end local 0 // io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/dropwizard/lifecycle/setup/LifecycleEnvironment$ServerListener;
0 3 1 listener Lio/dropwizard/lifecycle/ServerLifecycleListener;
MethodParameters:
Name Flags
listener
public void lifeCycleStarted(org.eclipse.jetty.util.component.LifeCycle);
descriptor: (Lorg/eclipse/jetty/util/component/LifeCycle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener this
start local 1 // org.eclipse.jetty.util.component.LifeCycle event
0: .line 106
aload 1 /* event */
instanceof org.eclipse.jetty.server.Server
ifeq 2
1: .line 107
aload 0 /* this */
getfield io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener.listener:Lio/dropwizard/lifecycle/ServerLifecycleListener;
aload 1 /* event */
checkcast org.eclipse.jetty.server.Server
invokeinterface io.dropwizard.lifecycle.ServerLifecycleListener.serverStarted:(Lorg/eclipse/jetty/server/Server;)V
2: .line 109
StackMap locals:
StackMap stack:
return
end local 1 // org.eclipse.jetty.util.component.LifeCycle event
end local 0 // io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/dropwizard/lifecycle/setup/LifecycleEnvironment$ServerListener;
0 3 1 event Lorg/eclipse/jetty/util/component/LifeCycle;
MethodParameters:
Name Flags
event
}
SourceFile: "LifecycleEnvironment.java"
NestHost: io.dropwizard.lifecycle.setup.LifecycleEnvironment
InnerClasses:
private ServerListener = io.dropwizard.lifecycle.setup.LifecycleEnvironment$ServerListener of io.dropwizard.lifecycle.setup.LifecycleEnvironment
public abstract AbstractLifeCycleListener = org.eclipse.jetty.util.component.AbstractLifeCycle$AbstractLifeCycleListener of org.eclipse.jetty.util.component.AbstractLifeCycle