Uses of Class
com.sun.grizzly.tcp.Response.ResponseAttachment

Packages that use Response.ResponseAttachment
com.sun.grizzly.tcp   
 

Uses of Response.ResponseAttachment in com.sun.grizzly.tcp
 

Methods in com.sun.grizzly.tcp that return Response.ResponseAttachment
 Response.ResponseAttachment Response.getResponseAttachment()
          Return the ResponseAttachement associated with this instance, or null if the Response.isSuspended() return false.
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.