Package one.microstream.com
Interface ComClientChannel<C>
-
- All Superinterfaces:
ComChannel
- All Known Implementing Classes:
ComClientChannel.Default
public interface ComClientChannel<C> extends ComChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ComClientChannel.Default<C>
-
Method Summary
Modifier and Type Method Description C
connection()
static <C> ComClientChannel<C>
New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)
ComClient<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> ComClientChannel<C> New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)
-
-