akka.io
Interface ChannelRegistration

All Superinterfaces:
NoSerializationVerificationNeeded

public interface ChannelRegistration
extends NoSerializationVerificationNeeded

Implementations of this interface are sent as actor messages back to a channel actor as a result of it having called register on the ChannelRegistry. Enables a channel actor to directly schedule interest setting tasks to the selector mgmt. dispatcher.


Method Summary
 void disableInterest(int op)
           
 void enableInterest(int op)
           
 

Method Detail

enableInterest

void enableInterest(int op)

disableInterest

void disableInterest(int op)