Interface ComConnectionAcceptor<C>

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.