Uses of Interface
com.sun.grizzly.tcp.CompletionHandler

Packages that use CompletionHandler
com.sun.grizzly.tcp   
com.sun.grizzly.tcp.http11   
 

Uses of CompletionHandler in com.sun.grizzly.tcp
 

Methods in com.sun.grizzly.tcp that return CompletionHandler
 CompletionHandler<? super A> Response.ResponseAttachment.getCompletionHandler()
           
 

Methods in com.sun.grizzly.tcp with parameters of type 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, Response.ResponseAttachment<A> ra)
          Suspend the Response.
 

Constructors in com.sun.grizzly.tcp with parameters of type CompletionHandler
Response.ResponseAttachment(long idleTimeoutDelay, A attachment, CompletionHandler<? super A> completionHandler, Response response)
           
 

Uses of CompletionHandler in com.sun.grizzly.tcp.http11
 

Methods in com.sun.grizzly.tcp.http11 with parameters of type CompletionHandler
 void GrizzlyResponse.suspend(long timeout, A attachment, CompletionHandler<? super A> competionHandler)
          Suspend the GrizzlyResponse.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.