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

Packages that use PendingIOhandler
com.sun.grizzly   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.util   
 

Uses of PendingIOhandler in com.sun.grizzly
 

Subinterfaces of PendingIOhandler in com.sun.grizzly
 interface ComplexSelectorHandler
          A ComplexSelectorHandler handles all java.nio.channels.Selector operations similar way SelectorHandler does.
 interface SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly that implement PendingIOhandler
 class ReusableTCPSelectorHandler
          This class extends a TCP implementation of a SelectorHandler and reuses the accepted SocketChannel if a user tries to connect the same remote address.
 class ReusableUDPSelectorHandler
          This class extends a UDP implementation of a SelectorHandler and reuses the opened DatagramChannel if a user tries to connect any remote addresses.
 class RoundRobinSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class SSLSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class TCPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class UDPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Uses of PendingIOhandler in com.sun.grizzly.http
 

Subinterfaces of PendingIOhandler in com.sun.grizzly.http
 interface HttpSelectorHandler
          General HTTP SelectorHandler interface
 

Classes in com.sun.grizzly.http that implement PendingIOhandler
 class SelectorThreadHandler
          SelectorHandler implementation SelectorThread passes to Controller.
 

Uses of PendingIOhandler in com.sun.grizzly.ssl
 

Classes in com.sun.grizzly.ssl that implement PendingIOhandler
 class SSLSelectorThreadHandler
          SelectorHandler implementation SelectorThread passes to Controller.
 

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 © 2012 Oracle Corporation. All Rights Reserved.