Package org.eclipse.net4j.tcp
Schnittstelle ITCPPassiveSelectorListener
public interface ITCPPassiveSelectorListener
Call-back that handles the possible calls from a
selector to a passive consumer, usually an
acceptor.- Autor:
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidhandleAccept(ITCPSelector selector, ServerSocketChannel serverSocketChannel) voidhandleRegistration(ITCPSelector selector, ServerSocketChannel serverSocketChannel)
-
Methodendetails
-
handleRegistration
-
handleAccept
-