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

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

Uses of AttributeHolder in com.sun.grizzly
 

Subinterfaces of AttributeHolder 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 AttributeHolder
 class Context
          This Object is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
 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.
 

Methods in com.sun.grizzly that return AttributeHolder
 AttributeHolder Context.getAttributeHolderByScope(Context.AttributeScope scope)
          Return AttributeHolder, which corresponds to the given AttributeScope
 

Uses of AttributeHolder in com.sun.grizzly.http
 

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

Uses of AttributeHolder in com.sun.grizzly.ssl
 

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

Uses of AttributeHolder in com.sun.grizzly.util
 

Classes in com.sun.grizzly.util that implement AttributeHolder
 class ThreadAttachment
          This object represent the state of a WorkerThread.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.