Interface ComHostChannel<C>
- All Superinterfaces:
 ComChannel
- All Known Implementing Classes:
 ComHostChannel.Default
public interface ComHostChannel<C> extends ComChannel
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComHostChannel.Default<C> - 
Method Summary
Modifier and Type Method Description Cconnection()static <C> ComHostChannel<C>New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent)ComHost<C>parent()ComProtocolprotocol()Methods inherited from interface one.microstream.communication.types.ComChannel
close, receive, request, send 
- 
Method Details
- 
connection
C connection() - 
protocol
ComProtocol protocol() - 
parent
 - 
New
static <C> ComHostChannel<C> New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent) 
 -