Interface ComConnectionAcceptor<C>

Type Parameters:
C - the communication layer type
All Known Implementing Classes:
ComConnectionAcceptor.Default

public interface ComConnectionAcceptor<C>
Logic to greet/authenticate the client, exchange metadata, create a ComChannel instance. Potentially in another, maybe even dedicated thread.