Package org.glassfish.grizzly.nio

Interface Summary
NIOChannelDistributor  
SelectionKeyHandler SelectionKeyHandler implementations are responsible for handling SelectionKey life cycle events.
SelectorHandler  
SelectorHandlerTask Task, which may be registered on SelectorHandler and executed in a Selector thread.
 

Class Summary
AbstractNIOAsyncQueueReader The AsyncQueueReader implementation, based on the Java NIO
AbstractNIOAsyncQueueWriter The AsyncQueueWriter implementation, based on the Java NIO
AbstractNIOConnectionDistributor  
DefaultSelectionKeyHandler  
DefaultSelectorHandler Default implementation of NIO SelectorHandler
DefaultSelectorHandler.RunnableTask  
NIOConnection Common Connection implementation for Java NIO Connections.
NIOTransport  
RegisterChannelResult  
RoundRobinConnectionDistributor RoundRobin NIOConnectionDistributor implementation, which allocates one SelectorRunner for OP_ACCEPT events and other event will be assign to a next SelectorRunner from the array.
SelectorFactory  
SelectorFactory.DefaultSelectorFactory  
SelectorRunner Class is responsible for processing certain (single) SelectorHandler
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.