Uses of Interface
org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Packages that use ContainerResponseWriter.TimeoutHandler
Package
Description
Jersey server-side internal classes.
Jersey server-side service provider contract (SPI) classes.
-
Uses of ContainerResponseWriter.TimeoutHandler in org.glassfish.jersey.server.internal
Methods in org.glassfish.jersey.server.internal with parameters of type ContainerResponseWriter.TimeoutHandlerModifier and TypeMethodDescriptionbooleanJerseyRequestTimeoutHandler.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 TypeMethodDescriptionbooleanContainerResponseWriter.suspend(long timeOut, TimeUnit timeUnit, ContainerResponseWriter.TimeoutHandler timeoutHandler) Suspend the request/response processing.