Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Is it possible to tell if a continuation request had been cancelled?

Hi,

On Mon, Nov 7, 2011 at 19:43, Matthew Painter
<matthew.painter@xxxxxxxxxx> wrote:
> So, you can add a ContinuationListener to a Jetty Contination, and listen
> for COMPLETE and TIMEOUT events.
> What about if a request has been cancelled? There seems to be no way to
> listen for this type of event currently? Does this type of event even exist?
> Am I missing something obvious? :)

Requests cannot be canceled.

Or, you have to explain exactly what you mean.

Simon
-- 
http://cometd.org
http://intalio.com
http://bordet.blogspot.com
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top