Package org.eclipse.net4j.tcp
Interface ITCPPassiveSelectorListener
- 
 public interface ITCPPassiveSelectorListenerCall-back that handles the possible calls from aselectorto a passive consumer, usually anacceptor.- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleAccept(ITCPSelector selector, java.nio.channels.ServerSocketChannel serverSocketChannel)voidhandleRegistration(ITCPSelector selector, java.nio.channels.ServerSocketChannel serverSocketChannel)
 
- 
- 
- 
Method Detail- 
handleRegistrationvoid handleRegistration(ITCPSelector selector, java.nio.channels.ServerSocketChannel serverSocketChannel) 
 - 
handleAcceptvoid handleAccept(ITCPSelector selector, java.nio.channels.ServerSocketChannel serverSocketChannel) 
 
- 
 
-