public static interface ServerContext.Callable
| Modifier and Type | Method and Description |
|---|---|
void |
call(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The callback
|
void call(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
context - the servlet contextrequest - the servlet requestresponse - the servle responsejavax.servlet.ServletException - any exceptionIOExceptionCopyright © 2003-2017 GateIn. All Rights Reserved.