Interface ComHostChannel<C>

Type Parameters:
C - the communication layer type
All Superinterfaces:
AutoCloseable, Closeable, ComChannel
All Known Implementing Classes:
ComHostChannel.Default, ComHostChannelDynamic

public interface ComHostChannel<C>
extends ComChannel