Class ComHostChannelDynamic<C>
java.lang.Object
one.microstream.communication.binarydynamic.ComChannelDynamic<C>
one.microstream.communication.binarydynamic.ComHostChannelDynamic<C>
- All Implemented Interfaces:
Closeable,AutoCloseable,ComChannel,ComHostChannel<C>
public class ComHostChannelDynamic<C> extends ComChannelDynamic<C> implements ComHostChannel<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.ComHostChannel
ComHostChannel.Default<C> -
Field Summary
Fields inherited from class one.microstream.communication.binarydynamic.ComChannelDynamic
connection, handlers, persistenceManager, protocol -
Constructor Summary
Constructors Constructor Description ComHostChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer) -
Method Summary
Modifier and Type Method Description Cconnection()ComHost<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
-
ComHostChannelDynamic
public ComHostChannelDynamic(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent, PersistenceTypeHandlerManager<Binary> typeHandlerManager, ComTypeDefinitionBuilder typeDefintionBuilder, PersistenceTypeHandlerEnsurer<Binary> typeHandlerEnsurer)
-
-
Method Details
-
parent
- Specified by:
parentin interfaceComHostChannel<C>
-
connection
- Specified by:
connectionin interfaceComHostChannel<C>
-
protocol
- Specified by:
protocolin interfaceComHostChannel<C>
-