Package one.microstream.com
Interface ComClientChannel<C>
- All Superinterfaces:
- ComChannel
- All Known Implementing Classes:
- ComClientChannel.Default
public interface ComClientChannel<C> extends ComChannel
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classComClientChannel.Default<C>
- 
Method SummaryModifier and Type Method Description Cconnection()static <C> ComClientChannel<C>New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)ComClient<C>parent()ComProtocolprotocol()
- 
Method Details- 
connectionC connection()
- 
protocolComProtocol protocol()
- 
parent
- 
Newstatic <C> ComClientChannel<C> New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)
 
-