public class NullHandler extends AbstractHttpHandler
| Constructor and Description | 
|---|
| NullHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(String pathInContext,
      String pathParams,
      HttpRequest request,
      HttpResponse response)Handle a request. | 
getHttpContext, getName, handleTrace, initialize, isStarted, setName, start, stop, toStringpublic void handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response) throws HttpException, IOException
HttpHandlerpathInContext - The context pathpathParams - Path parameters such as encoded Session IDrequest - The HttpRequest requestresponse - The HttpResponse responseHttpExceptionIOExceptionCopyright © 2013. All rights reserved.