Package org.eclipse.net4j.tcp
Interface ITCPActiveSelectorListener
- 
 public interface ITCPActiveSelectorListenerCall-back that handles the possible calls from aselectorto an active consumer, usually aconnector.- 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 voidhandleConnect(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel)voidhandleRead(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel)voidhandleRegistration(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel)voidhandleWrite(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel)
 
- 
- 
- 
Method Detail- 
handleRegistrationvoid handleRegistration(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel) 
 - 
handleConnectvoid handleConnect(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel) 
 - 
handleReadvoid handleRead(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel) 
 - 
handleWritevoid handleWrite(ITCPSelector selector, java.nio.channels.SocketChannel socketChannel) 
 
- 
 
-