Deprecated API


Contents
Deprecated Interfaces
com.sun.grizzly.util.StreamAlgorithm
          Use the ProtocolParser instead. 
 

Deprecated Classes
com.sun.grizzly.util.ByteBufferInputStream
          - Use InputReader instead 
com.sun.grizzly.filter.UDPReadFilter
          The ReadFilter can be used for both TCP and UDP. 
 

Deprecated Methods
com.sun.grizzly.Controller.cancelKey(SelectionKey)
            
com.sun.grizzly.NIOContext.execute()
            
com.sun.grizzly.Context.execute()
            
com.sun.grizzly.SelectionKeyHandler.expire(SelectionKey, long)
            
com.sun.grizzly.DefaultSelectionKeyHandler.expire(SelectionKey, long)
            
com.sun.grizzly.BaseSelectionKeyHandler.expire(SelectionKey, long)
            
com.sun.grizzly.Controller.getSelectionKeyHandler()
          Return the SelectionKeyHandler Method is deprecated. Use SelectorHandler.getSelectionKeyHandler() instead 
com.sun.grizzly.SelectionKeyHandler.register(SelectionKey, long)
            
com.sun.grizzly.BaseSelectionKeyHandler.register(SelectionKey, long)
            
com.sun.grizzly.Controller.setSelectionKeyHandler(SelectionKeyHandler)
          Set the SelectionKeyHandler to use for managing the life cycle of SelectionKey. Method is deprecated. Use SelectorHandler.setSelectionKeyHandler() instead 
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.