Uses of Interface
org.glassfish.grizzly.web.container.CompletionHandler

Packages that use CompletionHandler
org.glassfish.grizzly.web.container   
org.glassfish.grizzly.web.container.http11   
 

Uses of CompletionHandler in org.glassfish.grizzly.web.container
 

Methods in org.glassfish.grizzly.web.container that return CompletionHandler
 CompletionHandler<? super A> SuspendedResponse.getCompletionHandler()
           
 

Methods in org.glassfish.grizzly.web.container with parameters of type CompletionHandler
 void SuspendedResponse.setCompletionHandler(CompletionHandler<? super A> completionHandler)
           
 void Response.suspend(long timeout, A attachment, CompletionHandler<? super A> competionHandler)
          Suspend the Response.
 void Response.suspend(long timeout, A attachment, CompletionHandler<? super A> competionHandler, SuspendedResponse<A> suspendedResponse)
          Suspend the Response.
 

Constructors in org.glassfish.grizzly.web.container with parameters of type CompletionHandler
SuspendedResponse(long timeout, A attachment, CompletionHandler<? super A> completionHandler, Response response)
           
 

Uses of CompletionHandler in org.glassfish.grizzly.web.container.http11
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type CompletionHandler
 void GrizzlyResponse.suspend(long timeout, A attachment, CompletionHandler<? super A> competionHandler)
          Suspend the GrizzlyResponse.
 

Constructors in org.glassfish.grizzly.web.container.http11 with parameters of type CompletionHandler
GrizzlySuspendedResponse(Long timeout, A attachment, CompletionHandler<? super A> completionHandler, GrizzlyResponse gres)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.