Uses of Interface
org.glassfish.grizzly.http.server.TimeoutHandler

Packages that use TimeoutHandler
org.glassfish.grizzly.http.server   
 

Uses of TimeoutHandler in org.glassfish.grizzly.http.server
 

Methods in org.glassfish.grizzly.http.server that return TimeoutHandler
 TimeoutHandler SuspendContext.getTimeoutHandler()
          Get the suspended Response TimeoutHandler.
 TimeoutHandler Response.SuspendedContextImpl.getTimeoutHandler()
           
 

Methods in org.glassfish.grizzly.http.server with parameters of type TimeoutHandler
 void Response.suspend(long timeout, TimeUnit timeunit, CompletionHandler<Response> completionHandler, TimeoutHandler timeoutHandler)
          Suspend the Response.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.