Class WebServer

java.lang.Object
org.apache.drill.yarn.appMaster.http.WebServer
All Implemented Interfaces:
AutoCloseable

public class WebServer extends Object implements AutoCloseable
Wrapper around the Jetty web server.

Adapted from Drill's drill.exec.WebServer class. Would be good to create a common base class later, but the goal for the initial project is to avoid Drill code changes.

See Also:
  • Constructor Details

    • WebServer

      public WebServer(Dispatcher dispatcher)
  • Method Details