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

Packages that use PendingIOhandler
com.sun.grizzly.util   
 

Uses of PendingIOhandler in com.sun.grizzly.util
 

Methods in com.sun.grizzly.util that return PendingIOhandler
 PendingIOhandler WorkerThreadImpl.getPendingIOhandler()
          Used by selectionkey attachments to enqueue io events that will be executed in selectorhandler.postselect by worker threads instead of the selector thread.
 

Methods in com.sun.grizzly.util with parameters of type PendingIOhandler
 void WorkerThreadImpl.setPendingIOhandler(PendingIOhandler pendingIOhandler)
          Used by selectionkey attachments to enqueue io events that will be executed in selectorhandler.postselect by worker threads instead of the selector thread.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.