com.maverick.nio
Interface SelectorRegistrationListener
- All Known Subinterfaces:
- ClientConnector, SocketHandler
- All Known Implementing Classes:
- SocketConnection
public interface SelectorRegistrationListener
Allows an object to receive notification that a registration has completed on
a SelectorThread.
- Author:
- Lee David Painter
registrationCompleted
void registrationCompleted(SelectableChannel channel,
SelectionKey key,
SelectorThread selectorThread)
- The registration completed and its selector added to an available
SelectorThread
- Parameters:
channel - SelectableChannelkey - SelectionKeyselectorThread - SelectorThread
Copyright © 2012. All Rights Reserved.