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
static Response.ResponseAttachment SuspendResponseUtils.get(SelectionKey selectionKey)
           
 Response.ResponseAttachment Response.getResponseAttachment()
          Return the Response.ResponseAttachment associated with this instance, or null if the Response.isSuspended() return false.
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.