class org.springframework.boot.web.reactive.context.WebServerManager
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.web.reactive.context.WebServerManager
super_class: java.lang.Object
{
private final org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext applicationContext;
descriptor: Lorg/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler handler;
descriptor: Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.springframework.boot.web.server.WebServer webServer;
descriptor: Lorg/springframework/boot/web/server/WebServer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext, org.springframework.boot.web.reactive.server.ReactiveWebServerFactory, java.util.function.Supplier<HttpHandler>, );
descriptor: (Lorg/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext;Lorg/springframework/boot/web/reactive/server/ReactiveWebServerFactory;Ljava/util/function/Supplier;Z)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tHttpHandler cannot be resolved to a type\n\tThe method getWebServer(HttpHandler) from the type ReactiveWebServerFactory refers to the missing type HttpHandler\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler cannot be resolved to a type\n\tMono cannot be resolved\n\tMono cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n\tServerHttpResponse cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tHttpHandler 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/web/reactive/context/WebServerManager;
Signature: (Lorg/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext;Lorg/springframework/boot/web/reactive/server/ReactiveWebServerFactory;Ljava/util/function/Supplier<LHttpHandler;>;Z)V
MethodParameters:
Name Flags
applicationContext
factory
handlerSupplier
lazyInit
void start();
descriptor: ()V
flags: (0x0000)
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.handler:Lorg/springframework/boot/web/reactive/context/WebServerManager$DelayedInitializationHttpHandler;
invokevirtual org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler.initializeHandler:()V
1: aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.webServer:Lorg/springframework/boot/web/server/WebServer;
invokeinterface org.springframework.boot.web.server.WebServer.start:()V
2: aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.applicationContext:Lorg/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext;
3: new org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
dup
aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.webServer:Lorg/springframework/boot/web/server/WebServer;
aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.applicationContext:Lorg/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext;
invokespecial org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent.<init>:(Lorg/springframework/boot/web/server/WebServer;Lorg/springframework/boot/web/reactive/context/ReactiveWebServerApplicationContext;)V
invokevirtual org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.publishEvent:(Lorg/springframework/context/ApplicationEvent;)V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager;
void shutDownGracefully(java.lang.Runnable);
descriptor: (Ljava/lang/Runnable;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.webServer:Lorg/springframework/boot/web/server/WebServer;
aload 1
invokedynamic shutdownComplete(Ljava/lang/Runnable;)Lorg/springframework/boot/web/server/GracefulShutdownCallback;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Lorg/springframework/boot/web/server/GracefulShutdownResult;)V
org/springframework/boot/web/reactive/context/WebServerManager.lambda$0(Ljava/lang/Runnable;Lorg/springframework/boot/web/server/GracefulShutdownResult;)V (6)
(Lorg/springframework/boot/web/server/GracefulShutdownResult;)V
invokeinterface org.springframework.boot.web.server.WebServer.shutDownGracefully:(Lorg/springframework/boot/web/server/GracefulShutdownCallback;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager;
0 2 1 callback Ljava/lang/Runnable;
MethodParameters:
Name Flags
callback
void stop();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.webServer:Lorg/springframework/boot/web/server/WebServer;
invokeinterface org.springframework.boot.web.server.WebServer.stop:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager;
org.springframework.boot.web.server.WebServer getWebServer();
descriptor: ()Lorg/springframework/boot/web/server/WebServer;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.web.reactive.context.WebServerManager.webServer:Lorg/springframework/boot/web/server/WebServer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/web/reactive/context/WebServerManager;
HttpHandler getHandler();
descriptor: ()LHttpHandler;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tHttpHandler 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/web/reactive/context/WebServerManager;
private static void lambda$0(java.lang.Runnable, org.springframework.boot.web.server.GracefulShutdownResult);
descriptor: (Ljava/lang/Runnable;Lorg/springframework/boot/web/server/GracefulShutdownResult;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=2, args_size=2
start local 1 0: aload 0
invokeinterface java.lang.Runnable.run:()V
return
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 1 1 result Lorg/springframework/boot/web/server/GracefulShutdownResult;
}
SourceFile: "WebServerManager.java"
NestMembers:
org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
final DelayedInitializationHttpHandler = org.springframework.boot.web.reactive.context.WebServerManager$DelayedInitializationHttpHandler of org.springframework.boot.web.reactive.context.WebServerManager
private final LazyHttpHandler = org.springframework.boot.web.reactive.context.WebServerManager$LazyHttpHandler of org.springframework.boot.web.reactive.context.WebServerManager