public class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent extends org.springframework.context.ApplicationEvent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
super_class: org.springframework.context.ApplicationEvent
{
public void <init>(org.springframework.boot.rsocket.server.RSocketServer);
descriptor: (Lorg/springframework/boot/rsocket/server/RSocketServer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.springframework.context.ApplicationEvent.<init>:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/rsocket/context/RSocketServerInitializedEvent;
0 2 1 server Lorg/springframework/boot/rsocket/server/RSocketServer;
MethodParameters:
Name Flags
server
public org.springframework.boot.rsocket.server.RSocketServer getServer();
descriptor: ()Lorg/springframework/boot/rsocket/server/RSocketServer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.boot.rsocket.context.RSocketServerInitializedEvent.getSource:()Lorg/springframework/boot/rsocket/server/RSocketServer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/rsocket/context/RSocketServerInitializedEvent;
public org.springframework.boot.rsocket.server.RSocketServer getSource();
descriptor: ()Lorg/springframework/boot/rsocket/server/RSocketServer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.springframework.context.ApplicationEvent.getSource:()Ljava/lang/Object;
checkcast org.springframework.boot.rsocket.server.RSocketServer
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/rsocket/context/RSocketServerInitializedEvent;
public java.lang.Object getSource();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.springframework.boot.rsocket.context.RSocketServerInitializedEvent.getSource:()Lorg/springframework/boot/rsocket/server/RSocketServer;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "RSocketServerInitializedEvent.java"