Uses of Interface
jakarta.ws.rs.container.AsyncResponse
-
Packages that use AsyncResponse Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.jboss.resteasy.core org.jboss.resteasy.spi -
-
Uses of AsyncResponse in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type AsyncResponse Modifier and Type Method Description voidTimeoutHandler. handleTimeout(AsyncResponse asyncResponse)Invoked when the suspended asynchronous response is about to time out.voidConnectionCallback. onDisconnect(AsyncResponse disconnected)This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected. -
Uses of AsyncResponse in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement AsyncResponse Modifier and Type Class Description classAbstractAsynchronousResponseprotected classSynchronousExecutionContext.SynchronousAsynchronousResponse -
Uses of AsyncResponse in org.jboss.resteasy.spi
Subinterfaces of AsyncResponse in org.jboss.resteasy.spi Modifier and Type Interface Description interfaceResteasyAsynchronousResponse
-