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

Packages that use AttributeHolder
com.sun.grizzly   
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 Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
 interface SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly that implement AttributeHolder
 class Controller
           Main entry point when using the Grizzly Framework.
 class NIOContext
          This Object is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
 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 NIOContext.getAttributeHolderByScope(Context.AttributeScope scope)
          Return AttributeHolder, which corresponds to the given AttributeScope>
 AttributeHolder Context.getAttributeHolderByScope(Context.AttributeScope scope)
          Return AttributeHolder, which corresponds to the given Context.AttributeScope>
 

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.