Skip to main content

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

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? :)

Matt

Back to the top