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 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 ReusableTCPSelectorHandler
          This class extends a TCP implementation of a SelectorHandler and reuses the accepted SocketChannel if a user tries to connect the same remote address.
 class ReusableUDPSelectorHandler
          This class extends a UDP implementation of a SelectorHandler and reuses the opened DatagramChannel if a user tries to connect any remote addresses.
 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 Context.AttributeScope>
 AttributeHolder NIOContext.getAttributeHolderByScope(Context.AttributeScope scope)
          Return AttributeHolder, which corresponds to the given AttributeScope>
 

Uses of AttributeHolder in com.sun.grizzly.http
 

Subinterfaces of AttributeHolder in com.sun.grizzly.http
 interface HttpSelectorHandler
          General HTTP SelectorHandler interface
 

Classes in com.sun.grizzly.http that implement AttributeHolder
 class KeepAliveThreadAttachment
          Add keep alive counting mechanism to the ThreadAttachment.
 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 © 2012 Oracle Corporation. All Rights Reserved.