Uses of Interface
jakarta.ws.rs.container.TimeoutHandler
-
Packages that use TimeoutHandler Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.jboss.resteasy.core -
-
Uses of TimeoutHandler in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type TimeoutHandler Modifier and Type Method Description voidAsyncResponse. setTimeoutHandler(TimeoutHandler handler)Set/replace a time-out handler for the suspended asynchronous response. -
Uses of TimeoutHandler in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as TimeoutHandler Modifier and Type Field Description protected TimeoutHandlerAbstractAsynchronousResponse. timeoutHandlerMethods in org.jboss.resteasy.core with parameters of type TimeoutHandler Modifier and Type Method Description voidAbstractAsynchronousResponse. setTimeoutHandler(TimeoutHandler handler)
-