Interface | Description |
---|---|
ISelectHandler |
Implementing this interface allows an object to be the callback of SelectServer
|
Class | Description |
---|---|
Communicator<E> |
An soft bounded unblocking queue based on LinkedTransferQueue.
|
CommunicatorTest |
Communicator Tester.
|
Constants | |
FileUtils |
Utilities related to File.
|
FileUtilsTest |
FileUtils Tester.
|
NIOLooper |
A NIOLooper, implementing WakeableLooper, is a class wrapping a Java NIO selector to dispatch events.
|
Pair<F,S> |
Container to ease passing around a tuple of two objects.
|
SlaveLooper |
A SlaveLooper, implementing WakeableLooper, is a class wrapping object wait()/notify() to await/unblock a thread.
|
SysUtils | |
SysUtilsTest | |
TypeUtils | |
WakeableLooper |
A WakeableLooper is a class that could:
Block the thread when doWait() is called and unblock
when the wakeUp() is called or the waiting time exceeds the timeout.
|
WakeableLooperTest |
WakeableLooper Tester.
|
Enum | Description |
---|---|
SingletonRegistry |