Class ComClientChannelDynamic<C>
java.lang.Object
one.microstream.communication.binarydynamic.ComChannelDynamic<C>
one.microstream.communication.binarydynamic.ComClientChannelDynamic<C>
- All Implemented Interfaces:
Closeable,AutoCloseable,ComChannel,ComClientChannel<C>
public class ComClientChannelDynamic<C> extends ComChannelDynamic<C> implements ComClientChannel<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComChannel
ComChannel.DefaultNested classes/interfaces inherited from interface one.microstream.communication.types.ComClientChannel
ComClientChannel.Default<C> -
Field Summary
Fields inherited from class one.microstream.communication.binarydynamic.ComChannelDynamic
connection, handlers, persistenceManager, protocol -
Constructor Summary
Constructors Constructor Description ComClientChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer) -
Method Summary
Modifier and Type Method Description Cconnection()ComClient<C>parent()ComProtocolprotocol()Methods inherited from class one.microstream.communication.binarydynamic.ComChannelDynamic
close, receive, requestUnhandled, sendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.communication.types.ComChannel
close, receive, request, send
-
Field Details
-
Constructor Details
-
ComClientChannelDynamic
public ComClientChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
-
Method Details
-
parent
- Specified by:
parentin interfaceComClientChannel<C>
-
connection
- Specified by:
connectionin interfaceComClientChannel<C>
-
protocol
- Specified by:
protocolin interfaceComClientChannel<C>
-