public class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory implements org.springframework.boot.rsocket.server.RSocketServerFactory, org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
  super_class: java.lang.Object
{
  private int port;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.util.unit.DataSize fragmentSize;
    descriptor: Lorg/springframework/util/unit/DataSize;
    flags: (0x0002) ACC_PRIVATE

  private java.net.InetAddress address;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.boot.rsocket.server.RSocketServer$Transport transport;
    descriptor: Lorg/springframework/boot/rsocket/server/RSocketServer$Transport;
    flags: (0x0002) ACC_PRIVATE

  private ReactorResourceFactory resourceFactory;
    descriptor: LReactorResourceFactory;
    flags: (0x0002) ACC_PRIVATE

  private java.time.Duration lifecycleTimeout;
    descriptor: Ljava/time/Duration;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.springframework.boot.rsocket.server.RSocketServerCustomizer> rSocketServerCustomizers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/springframework/boot/rsocket/server/RSocketServerCustomizer;>;

  private org.springframework.boot.web.server.Ssl ssl;
    descriptor: Lorg/springframework/boot/web/server/Ssl;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.boot.web.server.SslStoreProvider sslStoreProvider;
    descriptor: Lorg/springframework/boot/web/server/SslStoreProvider;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe type NettyRSocketServerFactory must implement the inherited abstract method RSocketServerFactory.create(SocketAcceptor)\n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n\tSocketAcceptor cannot be resolved to a type\n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tThe method createTransport() from the type NettyRSocketServerFactory refers to the missing type ServerTransport\n\tio cannot be resolved to a type\n\tio cannot be resolved\n\tMono cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tio cannot be resolved to a type\n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tThe method createWebSocketTransport() from the type NettyRSocketServerFactory refers to the missing type ServerTransport\n\tThe method createTcpTransport() from the type NettyRSocketServerFactory refers to the missing type ServerTransport\n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tHttpServer cannot be resolved to a type\n\tHttpServer cannot be resolved\n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n\tWebsocketServerTransport cannot be resolved\n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tTcpServer cannot be resolved to a type\n\tTcpServer cannot be resolved\n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n\tTcpServerTransport cannot be resolved\n\tTcpServer cannot be resolved to a type\n\tTcpServer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;

  public void setPort(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 77
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
      Name  Flags
      port  

  public void setFragmentSize(org.springframework.util.unit.DataSize);
    descriptor: (Lorg/springframework/util/unit/DataSize;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
              Name  Flags
      fragmentSize  

  public void setAddress(java.net.InetAddress);
    descriptor: (Ljava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
         Name  Flags
      address  

  public void setTransport(org.springframework.boot.rsocket.server.RSocketServer$Transport);
    descriptor: (Lorg/springframework/boot/rsocket/server/RSocketServer$Transport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
           Name  Flags
      transport  

  public void setSsl(org.springframework.boot.web.server.Ssl);
    descriptor: (Lorg/springframework/boot/web/server/Ssl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
      Name  Flags
      ssl   

  public void setSslStoreProvider(org.springframework.boot.web.server.SslStoreProvider);
    descriptor: (Lorg/springframework/boot/web/server/SslStoreProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
                  Name  Flags
      sslStoreProvider  

  public void setResourceFactory(ReactorResourceFactory);
    descriptor: (LReactorResourceFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
                 Name  Flags
      resourceFactory  

  public void setRSocketServerCustomizers(java.util.Collection<? extends org.springframework.boot.rsocket.server.RSocketServerCustomizer>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 121
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    Signature: (Ljava/util/Collection<+Lorg/springframework/boot/rsocket/server/RSocketServerCustomizer;>;)V
    MethodParameters:
                          Name  Flags
      rSocketServerCustomizers  

  public void addRSocketServerCustomizers(org.springframework.boot.rsocket.server.RSocketServerCustomizer[]);
    descriptor: ([Lorg/springframework/boot/rsocket/server/RSocketServerCustomizer;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
                          Name  Flags
      rSocketServerCustomizers  

  public void setLifecycleTimeout(java.time.Duration);
    descriptor: (Ljava/time/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
                  Name  Flags
      lifecycleTimeout  

  public org.springframework.boot.rsocket.netty.NettyRSocketServer create(SocketAcceptor);
    descriptor: (LSocketAcceptor;)Lorg/springframework/boot/rsocket/netty/NettyRSocketServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSocketAcceptor cannot be resolved to a type\n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tThe method createTransport() from the type NettyRSocketServerFactory refers to the missing type ServerTransport\n\tio cannot be resolved to a type\n\tio cannot be resolved\n\tMono cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
                Name  Flags
      socketAcceptor  

  void configureServer(io.rsocket.core.RSocketServer);
    descriptor: (Lio/rsocket/core/RSocketServer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 155
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    MethodParameters:
        Name  Flags
      server  

  private ServerTransport<CloseableChannel> createTransport();
    descriptor: ()LServerTransport;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 161
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tThe method createWebSocketTransport() from the type NettyRSocketServerFactory refers to the missing type ServerTransport\n\tThe method createTcpTransport() from the type NettyRSocketServerFactory refers to the missing type ServerTransport\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    Signature: ()LServerTransport<LCloseableChannel;>;

  private ServerTransport<CloseableChannel> createWebSocketTransport();
    descriptor: ()LServerTransport;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 168
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tHttpServer cannot be resolved to a type\n\tHttpServer cannot be resolved\n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n\tWebsocketServerTransport cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    Signature: ()LServerTransport<LCloseableChannel;>;

  private ServerTransport<CloseableChannel> createTcpTransport();
    descriptor: ()LServerTransport;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServerTransport cannot be resolved to a type\n\tCloseableChannel cannot be resolved to a type\n\tTcpServer cannot be resolved to a type\n\tTcpServer cannot be resolved\n\tReactorResourceFactory cannot be resolved to a type\n\tReactorResourceFactory cannot be resolved to a type\n\tTcpServerTransport cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
    Signature: ()LServerTransport<LCloseableChannel;>;

  private java.net.InetSocketAddress getListenAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
         0: .line 192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.rsocket.netty.NettyRSocketServerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/netty/NettyRSocketServerFactory;
}
SourceFile: "NettyRSocketServerFactory.java"
NestMembers:
  org.springframework.boot.rsocket.netty.NettyRSocketServerFactory$TcpSslServerCustomizer
InnerClasses:
  private final TcpSslServerCustomizer = org.springframework.boot.rsocket.netty.NettyRSocketServerFactory$TcpSslServerCustomizer of org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
  public final Transport = org.springframework.boot.rsocket.server.RSocketServer$Transport of org.springframework.boot.rsocket.server.RSocketServer