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

Packages that use Copyable
com.sun.grizzly   
com.sun.grizzly.connectioncache.server   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
com.sun.grizzly.util   
 

Uses of Copyable in com.sun.grizzly
 

Subinterfaces of Copyable 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 SelectionKeyHandler
          A SelectionKeyHandler is used to handle the life cycle of a SelectionKey.
 interface SelectorHandler
          A SelectorHandler handles all java.nio.channels.Selector operations.
 

Classes in com.sun.grizzly that implement Copyable
 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 Controller
           Main entry point when using the Grizzly Framework.
 class DefaultSelectionKeyHandler
          Default implementation of a SelectionKey Handler.
 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 with parameters of type Copyable
 void Controller.copyTo(Copyable copy)
          Copy this Controller state to another instance of a Controller.
 void NIOContext.copyTo(Copyable copy)
           
 void ReusableTCPSelectorHandler.copyTo(Copyable copy)
           
 void TCPSelectorHandler.copyTo(Copyable copy)
           
 void RoundRobinSelectorHandler.copyTo(Copyable copy)
           
 void DefaultSelectionKeyHandler.copyTo(Copyable copy)
          Copies current object content to copy object
 void BaseSelectionKeyHandler.copyTo(Copyable copy)
           
 void UDPSelectorHandler.copyTo(Copyable copy)
           
 

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

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

Methods in com.sun.grizzly.connectioncache.server with parameters of type Copyable
 void CacheableSelectionKeyHandler.copyTo(Copyable copy)
           
 

Uses of Copyable in com.sun.grizzly.http
 

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

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

Methods in com.sun.grizzly.http with parameters of type Copyable
 void SelectorThreadKeyHandler.copyTo(Copyable copy)
           
 void SelectorThreadHandler.copyTo(Copyable copy)
          Copies current object content to copy object
 

Uses of Copyable in com.sun.grizzly.ssl
 

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

Methods in com.sun.grizzly.ssl with parameters of type Copyable
 void SSLSelectorThreadHandler.copyTo(Copyable copy)
           
 

Uses of Copyable in com.sun.grizzly.util
 

Methods in com.sun.grizzly.util with type parameters of type Copyable
static
<T extends Copyable>
T
Cloner.clone(T pattern)
          Method creates a clone of given object pattern Pattern parameter should implement Copyable interface
 

Methods in com.sun.grizzly.util with parameters of type Copyable
 void Copyable.copyTo(Copyable copy)
          Copies current object content to copy object
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.