org.springframework.boot.context.embedded

Interface EmbeddedServletContainer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getPort()
      Return the port this server is listening on.
      void start()
      Starts the embedded servlet container.
      void stop()
      Stops the embedded servlet container.

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.