HttpRequestHandler.handle

Invoked to handle an incoming HTTP request. Implementations should read information from the request, and write to the response.

interface HttpRequestHandler
void
handle

Parameters

request ServerHttpRequest

The request that was sent by a client.

response ServerHttpResponse

The response that will be sent back to the client.