Uses of Class
com.sun.grizzly.SelectionKeyOP

Packages that use SelectionKeyOP
com.sun.grizzly   
 

Uses of SelectionKeyOP in com.sun.grizzly
 

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

Fields in com.sun.grizzly with type parameters of type SelectionKeyOP
protected  LinkedTransferQueue<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.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.