The following java project contains the java source code and java examples used for simple http server. Simple(very) Http Server. serves up static requested resource or error page.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
error.html | 55 |
ConnectionHandler.java | 2247 |
HttpRequestListener.java | 133 |
Main.java | 982 |
Request.java | 379 |
Response.java | 811 |
test.html | 76 |