Interface ComHost<C>

All Superinterfaces:
Runnable
All Known Implementing Classes:
ComHost.Default

public interface ComHost<C>
extends Runnable
Host type to listen for new connections and relay them to logic for further processing, potentially in another, maybe even dedicated thread.