public interface SelectorRegistrationListener
SelectorThread.| Modifier and Type | Method and Description |
|---|---|
void |
registrationCompleted(java.nio.channels.SelectableChannel channel,
java.nio.channels.SelectionKey key,
SelectorThread selectorThread)
The registration completed and its selector added to an available
SelectorThread |
void registrationCompleted(java.nio.channels.SelectableChannel channel,
java.nio.channels.SelectionKey key,
SelectorThread selectorThread)
throws java.io.IOException
SelectorThreadchannel - SelectableChannelkey - SelectionKeyselectorThread - SelectorThreadjava.io.IOExceptionCopyright © 2021. All rights reserved.