com.sun.grizzly.nio
Class DefaultSelectorHandler.SelectionKeyOperation
java.lang.Object
com.sun.grizzly.nio.DefaultSelectorHandler.SelectionKeyOperation
- Enclosing class:
- DefaultSelectorHandler
protected static class DefaultSelectorHandler.SelectionKeyOperation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSelectorHandler.SelectionKeyOperation
protected DefaultSelectorHandler.SelectionKeyOperation()
getOpType
public DefaultSelectorHandler.OpType getOpType()
setOpType
public void setOpType(DefaultSelectorHandler.OpType opType)
getSelectionKey
public SelectionKey getSelectionKey()
setSelectionKey
public void setSelectionKey(SelectionKey selectionKey)
getChannel
public SelectableChannel getChannel()
setChannel
public void setChannel(SelectableChannel channel)
getInterest
public int getInterest()
setInterest
public void setInterest(int interest)
getAttachment
public Object getAttachment()
setAttachment
public void setAttachment(Object attachment)
getFuture
public FutureImpl<RegisterChannelResult> getFuture()
setFuture
public void setFuture(FutureImpl<RegisterChannelResult> future)
getCompletionHandler
public CompletionHandler getCompletionHandler()
setCompletionHandler
public void setCompletionHandler(CompletionHandler completionHandler)
Copyright © 2009 SUN Microsystems. All Rights Reserved.