public interface HttpServer
| Modifier and Type | Field and Description |
|---|---|
static VFile |
CONFIG_FILE
Default configuration file for the HTTP Server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
join()
Joins the HTTP thread, and waits until the server its shutdown.
|
void |
printBridlets(PrintWriter writer)
Prints the full list of HttpBridlets that are in the class path and its
priorities.
|
void |
start()
Starts the HTTP server, this method does not wait for the server to start
it returns inmediatly.
|
void |
stop()
Stops the HTTP server
|
static final VFile CONFIG_FILE
void start()
void stop()
void join()
void printBridlets(PrintWriter writer)
writer - The writer to print to.Copyright © 2015–2017 Bridje Framework. All rights reserved.