Total Pageviews

Sunday 12 June 2016

java-Http-Server

An HTTP/1.0 server implemented in Java. It consists of three components: network request handler, file server and logger.
SettingsValues
DEFAULT_PORT4444
DEFAULT_HOST"localhost"
DEFAULT_DOCUMENT_ROOT"www"
DEFAULT_NAME_OF_INDEX"index.html"


from https://github.com/virtworld/Java-Http-Server