public interface io.dropwizard.lifecycle.ServerLifecycleListener extends java.util.EventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.dropwizard.lifecycle.ServerLifecycleListener
  super_class: java.lang.Object
{
  public abstract void serverStarted(org.eclipse.jetty.server.Server);
    descriptor: (Lorg/eclipse/jetty/server/Server;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      server  

  public int getLocalPort(org.eclipse.jetty.server.Server);
    descriptor: (Lorg/eclipse/jetty/server/Server;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.lifecycle.ServerLifecycleListener this
        start local 1 // org.eclipse.jetty.server.Server server
         0: .line 20
            aload 1 /* server */
            invokevirtual org.eclipse.jetty.server.Server.getConnectors:()[Lorg/eclipse/jetty/server/Connector;
            iconst_0
            aaload
            checkcast org.eclipse.jetty.server.ServerConnector
            invokevirtual org.eclipse.jetty.server.ServerConnector.getLocalPort:()I
            ireturn
        end local 1 // org.eclipse.jetty.server.Server server
        end local 0 // io.dropwizard.lifecycle.ServerLifecycleListener this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/dropwizard/lifecycle/ServerLifecycleListener;
            0    1     1  server  Lorg/eclipse/jetty/server/Server;
    MethodParameters:
        Name  Flags
      server  

  public int getAdminPort(org.eclipse.jetty.server.Server);
    descriptor: (Lorg/eclipse/jetty/server/Server;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.dropwizard.lifecycle.ServerLifecycleListener this
        start local 1 // org.eclipse.jetty.server.Server server
         0: .line 32
            aload 1 /* server */
            invokevirtual org.eclipse.jetty.server.Server.getConnectors:()[Lorg/eclipse/jetty/server/Connector;
            astore 2 /* connectors */
        start local 2 // org.eclipse.jetty.server.Connector[] connectors
         1: .line 33
            aload 2 /* connectors */
            aload 2 /* connectors */
            arraylength
            iconst_1
            isub
            aaload
            checkcast org.eclipse.jetty.server.ServerConnector
            invokevirtual org.eclipse.jetty.server.ServerConnector.getLocalPort:()I
            ireturn
        end local 2 // org.eclipse.jetty.server.Connector[] connectors
        end local 1 // org.eclipse.jetty.server.Server server
        end local 0 // io.dropwizard.lifecycle.ServerLifecycleListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/dropwizard/lifecycle/ServerLifecycleListener;
            0    2     1      server  Lorg/eclipse/jetty/server/Server;
            1    2     2  connectors  [Lorg/eclipse/jetty/server/Connector;
    MethodParameters:
        Name  Flags
      server  
}
SourceFile: "ServerLifecycleListener.java"