- deregister
bool deregister(AbstractChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
- doSelect
int doSelect(long timeout)
Undocumented in source.
- getId
size_t getId()
Undocumented in source. Be warned that the author may not have intended to support it.
- isReady
bool isReady()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRuning
bool isRuning()
Tells whether or not this selector is running.
- isSelfThread
bool isSelfThread()
Undocumented in source. Be warned that the author may not have intended to support it.
- isStopping
bool isStopping()
Undocumented in source. Be warned that the author may not have intended to support it.
- onLoop
void onLoop(long timeout)
- onStop
void onStop()
Undocumented in source. Be warned that the author may not have intended to support it.
- register
bool register(AbstractChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run(long timeout)
- runAsync
void runAsync(long timeout, SimpleEventHandler handler)
- select
int select(long timeout)
- select
int select()
Undocumented in source. Be warned that the author may not have intended to support it.
- selectNow
int selectNow()
Undocumented in source. Be warned that the author may not have intended to support it.
- stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
http://tutorials.jenkov.com/java-nio/selectors.html