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, writeHeaders
getHttpContext, getName, handleTrace, initialize, isStarted, setName, toString
public void handle(String pathInContext, String pathParams, HttpRequest request, HttpResponse response) throws HttpException, IOException
handle
in interface HttpHandler
handle
in class ResourceHandler
pathInContext
- The context pathpathParams
- Path parameters such as encoded Session IDrequest
- The HttpRequest requestresponse
- The HttpResponse responseHttpException
IOException
Copyright © 2014. All rights reserved.