- 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.
- worker
Worker worker()
Undocumented in source. Be warned that the author may not have intended to support it.
http://tutorials.jenkov.com/java-nio/selectors.html