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.Default
Nested 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 C
connection()
ComHost<C>
parent()
ComProtocol
protocol()
Methods inherited from class one.microstream.communication.binarydynamic.ComChannelDynamic
close, receive, requestUnhandled, send
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
parent
in interfaceComHostChannel<C>
-
connection
- Specified by:
connection
in interfaceComHostChannel<C>
-
protocol
- Specified by:
protocol
in interfaceComHostChannel<C>
-