Uses of Interface
jakarta.ws.rs.container.TimeoutHandler
-
Packages that use TimeoutHandler Package Description jakarta.ws.rs.container Container-specific JAX-RS API. -
-
Uses of TimeoutHandler in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type TimeoutHandler Modifier and Type Method Description void
AsyncResponse. setTimeoutHandler(TimeoutHandler handler)
Set/replace a time-out handler for the suspended asynchronous response.
-