类 PluginWebApplicationContext.PluginSimulationWebServer
- java.lang.Object
-
- com.gitee.starblues.bootstrap.PluginWebApplicationContext.PluginSimulationWebServer
-
- 所有已实现的接口:
org.springframework.boot.web.server.WebServer
public static class PluginWebApplicationContext.PluginSimulationWebServer extends Object implements org.springframework.boot.web.server.WebServer
-
-
构造器概要
构造器 构造器 说明 PluginSimulationWebServer(ProcessorContext processorContext)
-
-
-
构造器详细资料
-
PluginSimulationWebServer
public PluginSimulationWebServer(ProcessorContext processorContext)
-
-
方法详细资料
-
start
public void start() throws org.springframework.boot.web.server.WebServerException- 指定者:
start在接口中org.springframework.boot.web.server.WebServer- 抛出:
org.springframework.boot.web.server.WebServerException
-
stop
public void stop() throws org.springframework.boot.web.server.WebServerException- 指定者:
stop在接口中org.springframework.boot.web.server.WebServer- 抛出:
org.springframework.boot.web.server.WebServerException
-
getPort
public int getPort()
- 指定者:
getPort在接口中org.springframework.boot.web.server.WebServer
-
-