java.lang.Object
org.apache.skywalking.oap.server.library.server.http.HTTPServer
All Implemented Interfaces:
Server

public class HTTPServer extends Object implements Server
  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
      Specified by:
      initialize in interface Server
    • addHandler

      public void addHandler(Object handler, List<com.linecorp.armeria.common.HttpMethod> httpMethods)
      Parameters:
      handler - Specific service provider.
      httpMethods - Register the http methods which the handler service accepts. Other methods respond "405, Method Not Allowed".
    • start

      public void start()
      Specified by:
      start in interface Server