Package org.apache.catalina.core
Class AsyncListenerWrapper
- java.lang.Object
- 
- org.apache.catalina.core.AsyncListenerWrapper
 
- 
 public class AsyncListenerWrapper extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description AsyncListenerWrapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfireOnComplete(AsyncEvent event)voidfireOnError(AsyncEvent event)voidfireOnStartAsync(AsyncEvent event)voidfireOnTimeout(AsyncEvent event)AsyncListenergetListener()voidsetListener(AsyncListener listener)voidsetServletRequest(ServletRequest servletRequest)voidsetServletResponse(ServletResponse servletResponse)
 
- 
- 
- 
Method Detail- 
fireOnStartAsyncpublic void fireOnStartAsync(AsyncEvent event) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
fireOnCompletepublic void fireOnComplete(AsyncEvent event) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
fireOnTimeoutpublic void fireOnTimeout(AsyncEvent event) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
fireOnErrorpublic void fireOnError(AsyncEvent event) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
getListenerpublic AsyncListener getListener() 
 - 
setListenerpublic void setListener(AsyncListener listener) 
 - 
setServletRequestpublic void setServletRequest(ServletRequest servletRequest) 
 - 
setServletResponsepublic void setServletResponse(ServletResponse servletResponse) 
 
- 
 
-