handleRequest abstract method

Response handleRequest(
  1. Request request
)

Attempt to handle the given request. If the request is not recognized by this handler, return null so that other handlers will be given a chance to handle it. Otherwise, return the response that should be passed back to the client.

Implementation

Response handleRequest(Request request);