Uses of Class
com.sun.grizzly.util.SelectionKeyOP

Packages that use SelectionKeyOP
com.sun.grizzly   
com.sun.grizzly.ssl   
com.sun.grizzly.util   
 

Uses of SelectionKeyOP in com.sun.grizzly
 

Fields in com.sun.grizzly with type parameters of type SelectionKeyOP
protected  ConcurrentLinkedQueue<SelectionKeyOP> TCPSelectorHandler.opToRegister
          The list of SelectionKeyOP to register next time the Selector.select is invoked.
 

Methods in com.sun.grizzly with parameters of type SelectionKeyOP
protected  void TCPSelectorHandler.onReadOp(SelectionKeyOP selectionKeyOp)
          Handle new OP_READ ops.
protected  void TCPSelectorHandler.onWriteOp(SelectionKeyOP selectionKeyOp)
          Handle new OP_WRITE ops.
 

Uses of SelectionKeyOP in com.sun.grizzly.ssl
 

Methods in com.sun.grizzly.ssl with parameters of type SelectionKeyOP
protected  void SSLSelectorThreadHandler.onReadOp(SelectionKeyOP selectionKeyOp)
          Handle new OP_READ ops.
 

Uses of SelectionKeyOP in com.sun.grizzly.util
 

Subclasses of SelectionKeyOP in com.sun.grizzly.util
static class SelectionKeyOP.ConnectSelectionKeyOP
           
 

Methods in com.sun.grizzly.util that return SelectionKeyOP
static SelectionKeyOP SelectionKeyOP.aquireSelectionKeyOP(int op)
           
 

Methods in com.sun.grizzly.util with parameters of type SelectionKeyOP
static void SelectionKeyOP.releaseSelectionKeyOP(SelectionKeyOP operation)
           
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.