Uses of Interface
org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Packages that use ContainerResponseWriter.TimeoutHandler
Package
Description
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side service provider contract (SPI) classes.
-
Uses of ContainerResponseWriter.TimeoutHandler in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement ContainerResponseWriter.TimeoutHandlerMethods in org.glassfish.jersey.server with parameters of type ContainerResponseWriter.TimeoutHandlerModifier and TypeMethodDescriptionboolean
ApplicationHandler.FutureResponseWriter.suspend
(long time, TimeUnit unit, ContainerResponseWriter.TimeoutHandler handler) -
Uses of ContainerResponseWriter.TimeoutHandler in org.glassfish.jersey.server.internal
Fields in org.glassfish.jersey.server.internal declared as ContainerResponseWriter.TimeoutHandlerMethods in org.glassfish.jersey.server.internal with parameters of type ContainerResponseWriter.TimeoutHandlerModifier and TypeMethodDescriptionboolean
JerseyRequestTimeoutHandler.suspend
(long timeOut, TimeUnit unit, ContainerResponseWriter.TimeoutHandler handler) Suspend the request/response processing. -
Uses of ContainerResponseWriter.TimeoutHandler in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type ContainerResponseWriter.TimeoutHandlerModifier and TypeMethodDescriptionboolean
ContainerResponseWriter.suspend
(long timeOut, TimeUnit timeUnit, ContainerResponseWriter.TimeoutHandler timeoutHandler) Suspend the request/response processing.