Package org.omegazero.net.common
package org.omegazero.net.common
Contains base classes of the networking library.
-
ClassDescriptionWraps a java.nio
Selector
.
A thread must callSelectorHandler.initSelector()
followed bySelectorHandler.runSelectorLoop()
to start selecting keys, which can then be handled in the abstract methodSelectorHandler.handleSelectedKey(SelectionKey)
.Wraps anyThrowable
in this unchecked exception, accessible usingThrowable.getCause()
.