Class ArmeriaWebServer

java.lang.Object
com.linecorp.armeria.spring.web.ArmeriaWebServer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServer

@Deprecated
public final class ArmeriaWebServer
extends Object
implements org.springframework.boot.web.server.WebServer
A WebServer that can be used to control an Armeria server.
See Also:
to create a with the reactive stack
  • Constructor Details

  • Method Details

    • start

      public void start()
      Deprecated.
      Specified by:
      start in interface org.springframework.boot.web.server.WebServer
    • stop

      public void stop()
      Deprecated.
      Specified by:
      stop in interface org.springframework.boot.web.server.WebServer
    • getPort

      public int getPort()
      Deprecated.
      Specified by:
      getPort in interface org.springframework.boot.web.server.WebServer