Interface ComClientChannel<C>

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

public interface ComClientChannel<C>
extends ComChannel