Uses of Interface
com.sun.grizzly.Handler

Packages that use Handler
com.sun.grizzly   
com.sun.grizzly.connectioncache.client   
com.sun.grizzly.connectioncache.server   
com.sun.grizzly.filter   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Uses of Handler in com.sun.grizzly
 

Subinterfaces of Handler in com.sun.grizzly
 interface CallbackHandler<E>
          Callback handler for non blocking client operations.
 interface ComplexSelectorHandler
          A ComplexSelectorHandler handles all java.nio.channels.Selector operations similar way SelectorHandler does.
 interface ConnectorHandler<E extends SelectorHandler,P extends CallbackHandler>
          Client side interface used to implement non blocking client operation.
 interface ProtocolChainInstanceHandler
          An ProtocolChainInstanceHandler is where one or several ProtocolChain are created and cached.
 interface SelectionKeyHandler
          A SelectionKeyHandler is used to handle the life cycle of a SelectionKey.
 interface SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 interface SSLCallbackHandler<E>
          This class extends the CallbackHandler functionalities by exposing the onHandshake method.
 

Classes in com.sun.grizzly that implement Handler
 class AbstractConnectorHandler<E extends SelectorHandler,K extends CallbackHandler>
          Abstract ConnectorHandler definition, which preimplements common getter/setter methods.
 class 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.
 class DefaultCallbackHandler
          Default CallbackHandler implementation that implements the connect operations, and delegate the read and write operations to its associated SelectorHandler ProtocolChain, like the default SelectorHandler is doing server side component.
 class DefaultProtocolChainInstanceHandler
          Default implementation of an ProtocolChainInstanceHandler.
 class DefaultSelectionKeyHandler
          Default implementation of a SelectionKey Handler.
 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 SingleProtocolChainInstanceHandler
          Implementation of an ProtocolChainInstanceHandler.
 class SSLConnectorHandler
           Non blocking SSL Connector Handler.
 class SSLSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class TCPConnectorHandler
          Non blocking TCP Connector Handler.
 class TCPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 class UDPConnectorHandler
          Client side interface used to implement non blocking client operation.
 class UDPSelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Methods in com.sun.grizzly with parameters of type Handler
static Controller Controller.getHandlerController(Handler handler)
          Return the Controller which is handling the Handler
 

Uses of Handler in com.sun.grizzly.connectioncache.client
 

Classes in com.sun.grizzly.connectioncache.client that implement Handler
 class CacheableConnectorHandler
          Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it
 

Uses of Handler in com.sun.grizzly.connectioncache.server
 

Classes in com.sun.grizzly.connectioncache.server that implement Handler
 class CacheableSelectionKeyHandler
          Extended implementation of the DefaultSelectionKeyHandler with ConnectionManagement integrated in it
 

Uses of Handler in com.sun.grizzly.filter
 

Classes in com.sun.grizzly.filter that implement Handler
 class ProxyCallbackHandler
           
 

Uses of Handler in com.sun.grizzly.http
 

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

Classes in com.sun.grizzly.http that implement Handler
 class SelectorThreadHandler
          SelectorHandler implementation SelectorThread passes to Controller.
 class SelectorThreadKeyHandler
          Default HTTP SelectionKeyHandler implementation
 

Uses of Handler in com.sun.grizzly.ssl
 

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.