Uses of Interface
com.sun.grizzly.util.SupportStateHolder

Packages that use SupportStateHolder
com.sun.grizzly   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of SupportStateHolder in com.sun.grizzly
 

Subinterfaces of SupportStateHolder 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 SupportStateHolder
 class Controller
           Main entry point when using the Grizzly Framework.
 class ReadController
          ReadController class represents Controller, which is not itself independent.
 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 SupportStateHolder in com.sun.grizzly.http
 

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

Uses of SupportStateHolder in com.sun.grizzly.ssl
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.