Uses of Interface
javax.ws.rs.container.TimeoutHandler
-
Packages that use TimeoutHandler Package Description javax.ws.rs.container Container-specific API. -
-
Uses of TimeoutHandler in javax.ws.rs.container
Methods in javax.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.
-