Jetty Continuation provides an asynchronous API for suspending and resuming HTTP requests in Jetty.
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-continuation</artifactId>
<version>9.4.58.v20250814</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Suspend and resume a request using Continuation
Use javax.servlet.AsyncContext instead.
No dependency data recorded yet.