Uses of Interface
org.glassfish.grizzly.http.server.TimeoutHandler
Packages that use TimeoutHandler
-
Uses of TimeoutHandler in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return TimeoutHandlerModifier and TypeMethodDescriptionResponse.SuspendedContextImpl.getTimeoutHandler()SuspendContext.getTimeoutHandler()Get the suspendedResponseTimeoutHandler.Methods in org.glassfish.grizzly.http.server with parameters of type TimeoutHandlerModifier and TypeMethodDescriptionvoidResponse.suspend(long timeout, TimeUnit timeunit, CompletionHandler<Response> completionHandler, TimeoutHandler timeoutHandler) Suspend theResponse.