public class HttpServer extends Object implements Logging
| Constructor and Description |
|---|
HttpServer(SparkConf conf,
java.io.File resourceBase,
SecurityManager securityManager,
int requestedPort,
String serverName) |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
void |
stop() |
String |
uri()
Get the URI of this HTTP server (http://host:port or https://host:port)
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic HttpServer(SparkConf conf, java.io.File resourceBase, SecurityManager securityManager, int requestedPort, String serverName)