org.jboss.resteasy.plugins.server.servlet
Class TimeoutListener
java.lang.Object
org.jboss.resteasy.plugins.server.servlet.TimeoutListener
- All Implemented Interfaces:
- EventListener, javax.servlet.AsyncListener
public class TimeoutListener
- extends Object
- implements javax.servlet.AsyncListener
- Version:
- $Revision: 1.1 $
Copyright Aug 22, 2012
- Author:
- Ron Sigal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeoutListener
public TimeoutListener()
onComplete
public void onComplete(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onComplete
in interface javax.servlet.AsyncListener
- Throws:
IOException
onTimeout
public void onTimeout(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onTimeout
in interface javax.servlet.AsyncListener
- Throws:
IOException
onError
public void onError(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onError
in interface javax.servlet.AsyncListener
- Throws:
IOException
onStartAsync
public void onStartAsync(javax.servlet.AsyncEvent event)
throws IOException
- Specified by:
onStartAsync
in interface javax.servlet.AsyncListener
- Throws:
IOException
timedOut
public boolean timedOut()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.