public class org.springframework.boot.rsocket.context.RSocketServerBootstrap implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.SmartLifecycle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.rsocket.context.RSocketServerBootstrap
  super_class: java.lang.Object
{
  private final org.springframework.boot.rsocket.server.RSocketServer server;
    descriptor: Lorg/springframework/boot/rsocket/server/RSocketServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.context.ApplicationEventPublisher eventPublisher;
    descriptor: Lorg/springframework/context/ApplicationEventPublisher;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.springframework.boot.rsocket.server.RSocketServerFactory, SocketAcceptor);
    descriptor: (Lorg/springframework/boot/rsocket/server/RSocketServerFactory;LSocketAcceptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tSocketAcceptor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/context/RSocketServerBootstrap;
    MethodParameters:
                Name  Flags
      serverFactory   
      socketAcceptor  

  public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher);
    descriptor: (Lorg/springframework/context/ApplicationEventPublisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
        start local 1 // org.springframework.context.ApplicationEventPublisher applicationEventPublisher
         0: .line 47
            aload 0 /* this */
            aload 1 /* applicationEventPublisher */
            putfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.eventPublisher:Lorg/springframework/context/ApplicationEventPublisher;
         1: .line 48
            return
        end local 1 // org.springframework.context.ApplicationEventPublisher applicationEventPublisher
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lorg/springframework/boot/rsocket/context/RSocketServerBootstrap;
            0    2     1  applicationEventPublisher  Lorg/springframework/context/ApplicationEventPublisher;
    MethodParameters:
                           Name  Flags
      applicationEventPublisher  

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
         0: .line 52
            aload 0 /* this */
            getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
            invokeinterface org.springframework.boot.rsocket.server.RSocketServer.start:()V
         1: .line 53
            aload 0 /* this */
            getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.eventPublisher:Lorg/springframework/context/ApplicationEventPublisher;
            new org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
            dup
            aload 0 /* this */
            getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
            invokespecial org.springframework.boot.rsocket.context.RSocketServerInitializedEvent.<init>:(Lorg/springframework/boot/rsocket/server/RSocketServer;)V
            invokeinterface org.springframework.context.ApplicationEventPublisher.publishEvent:(Lorg/springframework/context/ApplicationEvent;)V
         2: .line 54
            return
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/rsocket/context/RSocketServerBootstrap;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
         0: .line 58
            aload 0 /* this */
            getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
            invokeinterface org.springframework.boot.rsocket.server.RSocketServer.stop:()V
         1: .line 59
            return
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/rsocket/context/RSocketServerBootstrap;

  public boolean isRunning();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
         0: .line 63
            aload 0 /* this */
            getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
            astore 1 /* server */
        start local 1 // org.springframework.boot.rsocket.server.RSocketServer server
         1: .line 64
            aload 1 /* server */
            ifnull 4
         2: .line 65
            aload 1 /* server */
            invokeinterface org.springframework.boot.rsocket.server.RSocketServer.address:()Ljava/net/InetSocketAddress;
            ifnull 3
            iconst_1
            ireturn
      StackMap locals: org.springframework.boot.rsocket.server.RSocketServer
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 67
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.springframework.boot.rsocket.server.RSocketServer server
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerBootstrap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/boot/rsocket/context/RSocketServerBootstrap;
            1    5     1  server  Lorg/springframework/boot/rsocket/server/RSocketServer;
}
SourceFile: "RSocketServerBootstrap.java"