Package one.microstream.com
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 class
ComHostChannel.Default<C>
-
Method Summary
Modifier and Type Method Description C
connection()
static <C> ComHostChannel<C>
New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent)
ComHost<C>
parent()
ComProtocol
protocol()
-
Methods inherited from interface one.microstream.com.ComChannel
close, receive, request, send
-
-
-
-
Method Detail
-
connection
C connection()
-
protocol
ComProtocol protocol()
-
New
static <C> ComHostChannel<C> New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent)
-
-