public interface SelectorThreadImpl
SelectorThread requires an implementation of this
interface to pass selection events.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get the name of the implementation.
|
void |
processSelectionKey(java.nio.channels.SelectionKey key,
SelectorThread thread)
Process a selection key.
|
void processSelectionKey(java.nio.channels.SelectionKey key,
SelectorThread thread)
key - SelectionKeyjava.lang.String getName()
Copyright © 2021. All rights reserved.