public interface HttpHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getUriSpecification()
return specification of the handler.
|
void |
onHttpRequest(ParsedHttpRequest parsedHttpRequest,
javax.servlet.http.HttpServletResponse response)
Will be called when request comes
|
void |
setUriSpecification(String s)
return specification of the handler.
|
String getUriSpecification()
void setUriSpecification(String s)
void onHttpRequest(ParsedHttpRequest parsedHttpRequest, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
parsedHttpRequest - response - IOExceptionjavax.servlet.ServletExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.