Defines an HTTP request/response service for the SimpleHttpServer
author: Oleg Kalnichevski
Method Summary
public boolean
process(SimpleRequest request, SimpleResponse response) This interface represents a serice to process HTTP requests.
Parameters: request - The HTTP request object. Parameters: response - The HTTP response object.
This interface represents a serice to process HTTP requests.
Parameters: request - The HTTP request object. Parameters: response - The HTTP response object. true if this service was able to handle the request, false otherwise. throws: IOException -