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

Packages that use Copyable
com.sun.grizzly   
com.sun.grizzly.connectioncache.server   
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 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 UDPSelectorHandler.copyTo(Copyable copy)
           
 void TCPSelectorHandler.copyTo(Copyable copy)
           
 void RoundRobinSelectorHandler.copyTo(Copyable copy)
           
 void NIOContext.copyTo(Copyable copy)
           
 void DefaultSelectionKeyHandler.copyTo(Copyable copy)
          Copies current object content to copy object
 void Controller.copyTo(Copyable copy)
          Copy this Controller state to another instance of a Controller.
 void BaseSelectionKeyHandler.copyTo(Copyable copy)
          Copies current object content to copy object
 

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.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 © 2008 SUN Microsystems. All Rights Reserved.