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