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 Response.SuspendedContextImpl.getTimeoutHandler()
           
 TimeoutHandler SuspendContext.getTimeoutHandler()
          Get the suspended Response TimeoutHandler.
 

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



Copyright © 2011 Oracle Corpration. All Rights Reserved.