public interface ChannelRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
register(java.nio.channels.SelectableChannel channel,
int initialOps,
ActorRef channelActor)
Registers the given channel with the selector, creates a ChannelRegistration instance for it
and dispatches it back to the channelActor calling this
register |
void register(java.nio.channels.SelectableChannel channel,
int initialOps,
ActorRef channelActor)
registerchannel - (undocumented)initialOps - (undocumented)channelActor - (undocumented)