Package org.glassfish.grizzly.nio

Interface Summary
NIOChannelDistributor  
NIOConnection  
NIOTransport  
SelectionKeyHandler SelectionKeyHandler implementations are responsible for handling SelectionKey life cycle events.
SelectorHandler  
 

Class Summary
AbstractNIOAsyncQueueReader The AsyncQueueReader implementation, based on the Java NIO
AbstractNIOAsyncQueueWriter The AsyncQueueWriter implementation, based on the Java NIO
AbstractNIOConnection Common Connection implementation for Java NIO Connections.
AbstractNIOConnectionDistributor  
AbstractNIOTransport  
DefaultNIOTransportFactory  
DefaultSelectionKeyHandler  
DefaultSelectorHandler Default implementation of NIO SelectorHandler
DefaultSelectorHandler.SelectionKeyOperation  
NIOTransportFactory  
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
 

Enum Summary
DefaultSelectorHandler.OpType  
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.