public interface AsyncDispatcher
Modifier and Type | Method | Description |
---|---|---|
void |
dispatch(ServletRequest request,
ServletResponse response) |
Perform an asynchronous dispatch.
|
void dispatch(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
request
- The request object to pass to the dispatch targetresponse
- The response object to pass to the dispatch targetServletException
- if thrown by the dispatch targetjava.io.IOException
- if an I/O error occurs while processing the
dispatchCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.