类 PluginWebApplicationContext.PluginSimulationWebServer

  • 所有已实现的接口:
    org.springframework.boot.web.server.WebServer
    封闭类:
    PluginWebApplicationContext

    public static class PluginWebApplicationContext.PluginSimulationWebServer
    extends Object
    implements org.springframework.boot.web.server.WebServer
    • 构造器详细资料

      • 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