Async Http Servlet 3.0 2.3.6.Final-redhat-1

org.jboss.resteasy.plugins.server.servlet
Class TimeoutListener

java.lang.Object
  extended by 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

Constructor Summary
TimeoutListener()
           
 
Method Summary
 void onComplete(javax.servlet.AsyncEvent event)
           
 void onError(javax.servlet.AsyncEvent event)
           
 void onStartAsync(javax.servlet.AsyncEvent event)
           
 void onTimeout(javax.servlet.AsyncEvent event)
           
 boolean timedOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutListener

public TimeoutListener()
Method Detail

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()

Async Http Servlet 3.0 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.