Class WebServer
- java.lang.Object
-
- cn.boboweike.carrot.dashboard.server.WebServer
-
public class WebServer extends Object
-
-
Constructor Summary
Constructors Constructor Description WebServer(int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpContextcreateContext(HttpExchangeHandler httpHandler)StringgetWebServerHostAddress()intgetWebServerHostPort()voidstart()voidstop()
-
-
-
Method Detail
-
createContext
public HttpContext createContext(HttpExchangeHandler httpHandler)
-
start
public void start()
-
stop
public void stop()
-
getWebServerHostAddress
public String getWebServerHostAddress()
-
getWebServerHostPort
public int getWebServerHostPort()
-
-