com.sun.grizzly
Class SelectionKeyOP

java.lang.Object
  extended by com.sun.grizzly.SelectionKeyOP
Direct Known Subclasses:
SelectionKeyOP.ConnectSelectionKeyOP

public class SelectionKeyOP
extends Object

Author:
Alexey Stashok

Nested Class Summary
static class SelectionKeyOP.ConnectSelectionKeyOP
           
 
Constructor Summary
SelectionKeyOP()
           
 
Method Summary
 SelectableChannel getChannel()
           
 int getOp()
           
 SelectionKey getSelectionKey()
           
 void setChannel(SelectableChannel channel)
           
 void setOp(int op)
           
 void setSelectionKey(SelectionKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionKeyOP

public SelectionKeyOP()
Method Detail

getOp

public int getOp()

setOp

public void setOp(int op)

getSelectionKey

public SelectionKey getSelectionKey()

setSelectionKey

public void setSelectionKey(SelectionKey key)

getChannel

public SelectableChannel getChannel()

setChannel

public void setChannel(SelectableChannel channel)


Copyright © 2009 SUN Microsystems. All Rights Reserved.