Uses of Package
com.sun.grizzly

Packages that use com.sun.grizzly
com.sun.grizzly   
com.sun.grizzly.arp   
com.sun.grizzly.async   
com.sun.grizzly.connectioncache.client   
com.sun.grizzly.connectioncache.server   
com.sun.grizzly.filter   
com.sun.grizzly.http   
com.sun.grizzly.http.embed   
com.sun.grizzly.http.portunif   
com.sun.grizzly.portunif   
com.sun.grizzly.rcm   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone.framework   
com.sun.grizzly.suspendable   
com.sun.grizzly.test.cachetest.testobjects   
 

Classes in com.sun.grizzly used by com.sun.grizzly
AbstractConnectorHandler
          Abstract ConnectorHandler definition, which preimplements common getter/setter methods.
BaseSelectionKeyHandler
          This class is an implementation of a SelectionKeyHandler which does not use the SelectionKey attachment, does not expire keys or utilize a keep-alive mechanism.
CallbackHandler
          Callback handler for non blocking client operations.
CallbackHandlerContextTask
          CallbackHandler task, which will be executed by Context, when Context.execute(ContextTask) is called.
ComplexSelectorHandler
          A ComplexSelectorHandler handles all java.nio.channels.Selector operations similar way SelectorHandler does.
ConnectorHandler
          Client side interface used to implement non blocking client operation.
ConnectorHandlerPool
          Interface representing ConnectorHandler pool Implementation of this interface will be responsible for allocating/releasing client side ConnectorHandlers
ConnectorInstanceHandler
          This interface is responsible of handling ConnectorHandler instance creation.
ConnectorInstanceHandler.ConcurrentQueueConnectorInstanceHandler
          Concurrent Queue ConnectorInstanceHandler implementation
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
Context.AttributeScope
           
Context.KeyRegistrationState
          A SelectionKey's registration state.
Context.OpType
          The list of possible SelectionKey.OP_XXXX.
ContextTask
          Task, which will be executed by Context, when Context.execute(ContextTask) is called.
Controller
           Main entry point when using the Grizzly Framework.
Controller.KernelExecutorFactory
           
Controller.Protocol
           
ControllerStateListener
          Controller state listener interface.
DefaultProtocolChain.EventHandler
          Interface, which introduces handler, which will be notified about event, happened on ProtocolChain
DefaultProtocolChain.Phase
           
Handler
          Marker interface.
IOEvent
          When a non blocking operation occurs, the SelectorHandler implementation will invoke an instance of CallbackHandler with an instance of this class.
Lifecycle
          Simple Life cycle interface used to manage Grizzly component.
LinuxSpinningWorkaround
          Workaround for Linux spinning Selector.
NIOContext
          This Object is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
PortRange
          Immutable class representing a port range.
ProtocolChain
           This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
ProtocolChainContextTask
          ProtocolChain task, which will be executed by Context, when Context.execute(ContextTask) is called.
ProtocolChainInstanceHandler
          An ProtocolChainInstanceHandler is where one or several ProtocolChain are created and cached.
ProtocolChainInstruction
          The ProtocolChainInstruction contains the instruction for a ProtocolChain, how it should continue the invokation.
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
ReadController
          ReadController class represents Controller, which is not itself independent.
ReinvokeAware
          The common interface, for objects, which could have influence on a ProtocolChain reinvokation.
Role
          The transport role
SelectionKeyContextTask
          Basic class for all ContextTasks, which are dealing with SelectionKeys
SelectionKeyHandler
          A SelectionKeyHandler is used to handle the life cycle of a SelectionKey.
SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
SelectorHandlerTask
          Task, which may be registered on SelectorHandler and executed in a Selector thread.
SSLCallbackHandler
          This class extends the CallbackHandler functionalities by exposing the onHandshake method.
SSLConfig
          SSL configuration helper.
SSLSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
TCPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
TCPSelectorHandler.ConnectChannelOperation
           
UDPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly used by com.sun.grizzly.arp
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
 

Classes in com.sun.grizzly used by com.sun.grizzly.async
ContextTask
          Task, which will be executed by Context, when Context.execute(ContextTask) is called.
SelectionKeyContextTask
          Basic class for all ContextTasks, which are dealing with SelectionKeys
SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly used by com.sun.grizzly.connectioncache.client
AbstractConnectorHandler
          Abstract ConnectorHandler definition, which preimplements common getter/setter methods.
CallbackHandler
          Callback handler for non blocking client operations.
ConnectorHandler
          Client side interface used to implement non blocking client operation.
ConnectorHandlerPool
          Interface representing ConnectorHandler pool Implementation of this interface will be responsible for allocating/releasing client side ConnectorHandlers
Controller
           Main entry point when using the Grizzly Framework.
Controller.Protocol
           
Handler
          Marker interface.
SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly used by com.sun.grizzly.connectioncache.server
BaseSelectionKeyHandler
          This class is an implementation of a SelectionKeyHandler which does not use the SelectionKey attachment, does not expire keys or utilize a keep-alive mechanism.
DefaultSelectionKeyHandler
          Default implementation of a SelectionKey Handler.
Handler
          Marker interface.
SelectionKeyHandler
          A SelectionKeyHandler is used to handle the life cycle of a SelectionKey.
 

Classes in com.sun.grizzly used by com.sun.grizzly.filter
CallbackHandler
          Callback handler for non blocking client operations.
ConnectorHandler
          Client side interface used to implement non blocking client operation.
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
Controller
           Main entry point when using the Grizzly Framework.
Handler
          Marker interface.
IOEvent
          When a non blocking operation occurs, the SelectorHandler implementation will invoke an instance of CallbackHandler with an instance of this class.
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
ProtocolParser
          An interface that knows how to parse bytes into a protocol data unit.
ReinvokeAware
          The common interface, for objects, which could have influence on a ProtocolChain reinvokation.
SSLConfig
          SSL configuration helper.
 

Classes in com.sun.grizzly used by com.sun.grizzly.http
BaseSelectionKeyHandler
          This class is an implementation of a SelectionKeyHandler which does not use the SelectionKey attachment, does not expire keys or utilize a keep-alive mechanism.
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
Controller
           Main entry point when using the Grizzly Framework.
DefaultProtocolChain
          Default ProtocolChain implementation.
DefaultSelectionKeyHandler
          Default implementation of a SelectionKey Handler.
Handler
          Marker interface.
LinuxSpinningWorkaround
          Workaround for Linux spinning Selector.
ProtocolChain
           This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
ReinvokeAware
          The common interface, for objects, which could have influence on a ProtocolChain reinvokation.
SelectionKeyHandler
          A SelectionKeyHandler is used to handle the life cycle of a SelectionKey.
SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
TCPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly used by com.sun.grizzly.http.embed
SSLConfig
          SSL configuration helper.
 

Classes in com.sun.grizzly used by com.sun.grizzly.http.portunif
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
 

Classes in com.sun.grizzly used by com.sun.grizzly.portunif
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
ProtocolChainInstanceHandler
          An ProtocolChainInstanceHandler is where one or several ProtocolChain are created and cached.
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
ReinvokeAware
          The common interface, for objects, which could have influence on a ProtocolChain reinvokation.
SSLConfig
          SSL configuration helper.
 

Classes in com.sun.grizzly used by com.sun.grizzly.rcm
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
ProtocolParser
          An interface that knows how to parse bytes into a protocol data unit.
ReinvokeAware
          The common interface, for objects, which could have influence on a ProtocolChain reinvokation.
 

Classes in com.sun.grizzly used by com.sun.grizzly.ssl
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
Handler
          Marker interface.
LinuxSpinningWorkaround
          Workaround for Linux spinning Selector.
ProtocolChain
           This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
SSLConfig
          SSL configuration helper.
SSLSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
TCPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly used by com.sun.grizzly.standalone.framework
SSLConfig
          SSL configuration helper.
 

Classes in com.sun.grizzly used by com.sun.grizzly.suspendable
Context
          This interface is used to share information between the Grizzly Framework classes and ProtocolFilter implementation.
ProtocolFilter
          A ProtocolFilter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a ProtocolContext.
SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly used by com.sun.grizzly.test.cachetest.testobjects
CallbackHandler
          Callback handler for non blocking client operations.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.