public class SingleTestSuiteResourceHandler extends ResourceHandler
| Constructor and Description |
|---|
SingleTestSuiteResourceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
Handles the HTTP request and generates the suite table
|
getAllowedMethods, getAllowedString, getMinGzipLength, getRedirectWelcome, getResource, handleGet, isAcceptRanges, isDirAllowed, isMethodAllowed, sendData, setAcceptRanges, setAllowedMethods, setDirAllowed, setMinGzipLength, setRedirectWelcome, start, stop, writeHeadersgetHttpContext, getName, handleTrace, initialize, isStarted, setName, toStringpublic void handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response) throws HttpException, IOException
handle in interface HttpHandlerhandle in class ResourceHandlerpathInContext - The context pathpathParams - Path parameters such as encoded Session IDrequest - The HttpRequest requestresponse - The HttpResponse responseHttpExceptionIOExceptionCopyright © 2013. All rights reserved.