Uses of Interface
org.glassfish.grizzly.http.server.TimeoutHandler
-
Packages that use TimeoutHandler Package Description org.glassfish.grizzly.http.server -
-
Uses of TimeoutHandler in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return TimeoutHandler Modifier and Type Method Description TimeoutHandlerResponse.SuspendedContextImpl. getTimeoutHandler()TimeoutHandlerSuspendContext. getTimeoutHandler()Get the suspendedResponseTimeoutHandler.Methods in org.glassfish.grizzly.http.server with parameters of type TimeoutHandler Modifier and Type Method Description voidResponse. suspend(long timeout, TimeUnit timeunit, org.glassfish.grizzly.CompletionHandler<Response> completionHandler, TimeoutHandler timeoutHandler)Suspend theResponse.
-