- All Known Implementing Classes:
DefaultHttpServerProcessor
,EmbeddedHttpServerProcessor
,HttpWebApplicationServer
,NanoHttpServerProcessor
public interface HttpServerProcessor
The HTTP Server Processor API.
This API is defined as the main entry point for HTTP request processing.
- Author:
- Manfred Riem ([email protected])
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process(HttpServerRequest request, HttpServerResponse response)
Process the request.
-
Method Details
-
process
Process the request.- Parameters:
request
- the HTTP Server Request.response
- the HTTP Server Response.- Returns:
- true if the request triggered async processing, false otherwise
-