public class SmackReactor
extends java.lang.Object
Highlights include:
) ) )
( ( (
) ) )
(~~~~~~~~~)
| Smack |
|Reactor|
I _._
I /' `\
I | |
f | |~~~~~~~~~~~~~~|
.' | | # # # # |
'______|___|___________###|
| Modifier and Type | Class and Description |
|---|---|
static interface |
SmackReactor.ChannelSelectedCallback |
static class |
SmackReactor.SelectionKeyAttachment |
| Modifier and Type | Method and Description |
|---|---|
java.nio.channels.SelectionKey |
registerWithSelector(java.nio.channels.SelectableChannel channel,
int ops,
SmackReactor.ChannelSelectedCallback callback) |
void |
setInterestOps(java.nio.channels.SelectionKey selectionKey,
int interestOps) |
void |
setReactorThreadCount(int reactorThreadCount) |
public java.nio.channels.SelectionKey registerWithSelector(java.nio.channels.SelectableChannel channel,
int ops,
SmackReactor.ChannelSelectedCallback callback)
throws java.nio.channels.ClosedChannelException
java.nio.channels.ClosedChannelExceptionpublic void setInterestOps(java.nio.channels.SelectionKey selectionKey,
int interestOps)
public void setReactorThreadCount(int reactorThreadCount)