| |
|
| java.lang.Object org.mortbay.io.nio.ChannelEndPoint org.mortbay.io.nio.SelectChannelEndPoint
_dispatched | protected boolean _dispatched(Code) | | |
_interestOps | protected int _interestOps(Code) | | |
_readBlocked | protected boolean _readBlocked(Code) | | |
_writable | protected boolean _writable(Code) | | |
_writeBlocked | protected boolean _writeBlocked(Code) | | |
cancelIdle | public void cancelIdle()(Code) | | |
dispatch | public boolean dispatch(boolean assumeShortDispatch) throws IOException(Code) | | Put the endpoint into the dispatched state.
A blocked thread may be woken up by this call, or the endpoint placed in a state ready
for a dispatch to a threadpool.
Parameters: assumeShortDispatch - If true, the interested ops are not modified. True if the endpoint should be dispatched to a thread pool. throws: IOException - |
getSelectSet | public SelectSet getSelectSet()(Code) | | |
idleExpired | protected void idleExpired()(Code) | | |
isOpen | public boolean isOpen()(Code) | | |
scheduleIdle | public void scheduleIdle()(Code) | | |
syncKey | public void syncKey()(Code) | | Synchronize the interestOps with the actual key. Call is scheduled by a call to updateKey
|
undispatch | public void undispatch()(Code) | | Called when a dispatched thread is no longer handling the endpoint. The selection key
operations are updated.
|
|
|
|