Uses of Interface
one.microstream.communication.types.ComChannel
| Package | Description |
|---|---|
| one.microstream.communication.binarydynamic | |
| one.microstream.communication.types |
-
Uses of ComChannel in one.microstream.communication.binarydynamic
Classes in one.microstream.communication.binarydynamic that implement ComChannel Modifier and Type Class Description classComChannelDynamic<C>classComClientChannelDynamic<C>classComHostChannelDynamic<C>Constructors in one.microstream.communication.binarydynamic with parameters of type ComChannel Constructor Description ComHandlerReceiveMessageClientTypeMismatch(ComChannel connection)ComTypeDescriptionRegistrationObserver(ComChannel comChannel) -
Uses of ComChannel in one.microstream.communication.types
Subinterfaces of ComChannel in one.microstream.communication.types Modifier and Type Interface Description interfaceComClientChannel<C>interfaceComHostChannel<C>Classes in one.microstream.communication.types that implement ComChannel Modifier and Type Class Description static classComChannel.Defaultstatic classComClientChannel.Default<C>static classComHostChannel.Default<C>Methods in one.microstream.communication.types that return ComChannel Modifier and Type Method Description static ComChannelComChannel. New(PersistenceManager<?> persistenceManager)Methods in one.microstream.communication.types with parameters of type ComChannel Modifier and Type Method Description voidComHostExceptionHandler.Default. handleException(Throwable exception, ComChannel channel)voidComHostExceptionHandler. handleException(Throwable exception, ComChannel channel)