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 classComClientChannel.Default<C>
-
Method Summary
Modifier and Type Method Description Cconnection()static <C> ComClientChannel<C>New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)ComClient<C>parent()ComProtocolprotocol()-
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)
-
-