Uses of Class
com.sun.grizzly.arp.AsyncProcessorTask

Packages that use AsyncProcessorTask
com.sun.grizzly.comet   
com.sun.grizzly.websockets   
 

Uses of AsyncProcessorTask in com.sun.grizzly.comet
 

Fields in com.sun.grizzly.comet declared as AsyncProcessorTask
protected  AsyncProcessorTask CometTask.asyncProcessorTask
          The AsyncProcessorTask
 

Methods in com.sun.grizzly.comet that return AsyncProcessorTask
 AsyncProcessorTask CometTask.getAsyncProcessorTask()
          returns the AsyncProcessorTask
 

Methods in com.sun.grizzly.comet with parameters of type AsyncProcessorTask
protected  boolean CometEngine.handle(AsyncProcessorTask apt)
          Handle an interrupted(or polled) request by matching the current context path with the registered one.
 void CometTask.setAsyncProcessorTask(AsyncProcessorTask asyncProcessorTask)
          sets the AsyncProcessorTask
 

Uses of AsyncProcessorTask in com.sun.grizzly.websockets
 

Constructors in com.sun.grizzly.websockets with parameters of type AsyncProcessorTask
ServerNetworkHandler(ProcessorTask task, AsyncProcessorTask async, Request req, Response resp)
           
WebSocketSelectionKeyAttachment(ServerNetworkHandler snh, ProcessorTask task, AsyncProcessorTask asyncTask)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.