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 class
ComChannelDynamic<C>
class
ComClientChannelDynamic<C>
class
ComHostChannelDynamic<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 interface
ComClientChannel<C>
interface
ComHostChannel<C>
Classes in one.microstream.communication.types that implement ComChannel Modifier and Type Class Description static class
ComChannel.Default
static class
ComClientChannel.Default<C>
static class
ComHostChannel.Default<C>
Methods in one.microstream.communication.types that return ComChannel Modifier and Type Method Description static ComChannel
ComChannel. New(PersistenceManager<?> persistenceManager)
Methods in one.microstream.communication.types with parameters of type ComChannel Modifier and Type Method Description void
ComHostExceptionHandler.Default. handleException(Throwable exception, ComChannel channel)
void
ComHostExceptionHandler. handleException(Throwable exception, ComChannel channel)