NanoHTTPD is a free, simple, tiny (1 java file!), nicely embeddable HTTP server in Java.
Features and Limitations:
Only one Java filever in Java.
Features and Limitations:
Only one Java file
Java 1.1 compatible
Released as open source, Modified BSD licence
No fixed config files, logging, authorization etc. (Implement by yourself if you need them.)
Supports parameter parsing of GET and POST methods
Supports both dynamic content and file serving
Never caches anything
Doesn’t limit bandwidth, request time or simultaneous connections
Default code serves files and shows all HTTP parameters and headers
File server supports directory listing, index.html and index.htm
File server does the 301 redirection trick for directories without /
File server supports simple skipping for files (continue download)
File server uses current directory as a web root
File server serves also very long files without memory overhead
Contains a built-in list of most common mime types
All header names are converted lowercase so they don’t vary between browsers/clients
Download from: Homepage
Time:
Sunday, June 1st, 2008 at 4:47 pm
Comments:
You can
leave a response, or
trackback from your own site.
RSS:
You can follow any responses to this entry through the
RSS 2.0 feed.