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.
handleRegistration
void handleRegistration(ITCPSelector selector,
ServerSocketChannel serverSocketChannel)
handleAccept
void handleAccept(ITCPSelector selector,
ServerSocketChannel serverSocketChannel)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.