public class WebServer extends Object implements AutoCloseable
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
WebServer.AmLoginService |
static class |
WebServer.AMUserPrincipal |
| Constructor and Description |
|---|
WebServer(Dispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
start()
Start the web server including setup.
|
public WebServer(Dispatcher dispatcher)
Copyright © 2021 The Apache Software Foundation. All rights reserved.