java.lang.Object
cloud.piranha.http.impl.DefaultHttpServerProcessor
- All Implemented Interfaces:
HttpServerProcessor
The default implementation of a HTTP Server Processor.
This HTTP Server Processor will either show the user with a directory listing, or stream back contents of the file clicked on in the browser, or it will return a 404 error because neither could be found.
- Author:
- Manfred Riem (mriem@manorrock.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(HttpServerRequest request, HttpServerResponse response)
-
Constructor Details
-
DefaultHttpServerProcessor
public DefaultHttpServerProcessor()
-
-
Method Details
-
process
- Specified by:
processin interfaceHttpServerProcessor
-