org.jboss.resteasy.plugins.server.servlet
public class TimeoutListener extends Object implements javax.servlet.AsyncListener
Constructor and Description |
---|
TimeoutListener() |
Modifier and Type | Method and Description |
---|---|
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() |
public void onComplete(javax.servlet.AsyncEvent event) throws IOException
onComplete
in interface javax.servlet.AsyncListener
IOException
public void onTimeout(javax.servlet.AsyncEvent event) throws IOException
onTimeout
in interface javax.servlet.AsyncListener
IOException
public void onError(javax.servlet.AsyncEvent event) throws IOException
onError
in interface javax.servlet.AsyncListener
IOException
public void onStartAsync(javax.servlet.AsyncEvent event) throws IOException
onStartAsync
in interface javax.servlet.AsyncListener
IOException
public boolean timedOut()
Copyright © 2014. All Rights Reserved.