public class HttpServerImpl extends Object implements HttpServer
| Constructor and Description |
|---|
HttpServerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getServerName() |
void |
init() |
void |
start()
Starts the HTTP server
|
void |
stop()
Stops the HTTP server
|
public void init()
public void start()
HttpServerstart in interface HttpServerpublic void stop()
HttpServerstop in interface HttpServerpublic String getServerName()
Copyright © 2015–2016 Bridje Framework. All rights reserved.