org.eclipse.net4j.tcp
Interface ITCPPassiveSelectorListener


public interface ITCPPassiveSelectorListener

Call-back that handles the possible calls from a selector to a passive consumer, usually an acceptor.

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 Summary
 void handleAccept(ITCPSelector selector, ServerSocketChannel serverSocketChannel)
           
 void handleRegistration(ITCPSelector selector, ServerSocketChannel serverSocketChannel)
           
 

Method Detail

handleRegistration

void handleRegistration(ITCPSelector selector,
                        ServerSocketChannel serverSocketChannel)

handleAccept

void handleAccept(ITCPSelector selector,
                  ServerSocketChannel serverSocketChannel)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.