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 0: 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 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 start local 1 0: aload 0
aload 1
putfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.eventPublisher:Lorg/springframework/context/ApplicationEventPublisher;
1: return
end local 1 end local 0 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 0: aload 0
getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
invokeinterface org.springframework.boot.rsocket.server.RSocketServer.start:()V
1: aload 0
getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.eventPublisher:Lorg/springframework/context/ApplicationEventPublisher;
new org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
dup
aload 0
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: return
end local 0 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 0: aload 0
getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
invokeinterface org.springframework.boot.rsocket.server.RSocketServer.stop:()V
1: return
end local 0 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 0: aload 0
getfield org.springframework.boot.rsocket.context.RSocketServerBootstrap.server:Lorg/springframework/boot/rsocket/server/RSocketServer;
astore 1
start local 1 1: aload 1
ifnull 4
2: aload 1
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: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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"