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)
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public HttpServer(SparkConf conf, java.io.File resourceBase, SecurityManager securityManager, int requestedPort, String serverName)