public interface AsyncDispatcher
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispatch(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
Perform an asynchronous dispatch.
|
void dispatch(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
request - The request object to pass to the dispatch targetresponse - The response object to pass to the dispatch targetjavax.servlet.ServletException - 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.