Uses of Interface
one.microstream.communication.types.ComHostChannel
Package | Description |
---|---|
one.microstream.communication.types |
-
Uses of ComHostChannel in one.microstream.communication.types
Classes in one.microstream.communication.types that implement ComHostChannel Modifier and Type Class Description static class
ComHostChannel.Default<C>
Methods in one.microstream.communication.types that return ComHostChannel Modifier and Type Method Description default ComHostChannel<C>
ComPersistenceAdaptor. createHostChannel(C connection, ComProtocol protocol, ComHost<C> parent)
static <C> ComHostChannel<C>
ComHostChannel. New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComHost<C> parent)
Methods in one.microstream.communication.types with parameters of type ComHostChannel Modifier and Type Method Description void
ComHostChannelAcceptor. acceptChannel(ComHostChannel<C> channel)
void
ComHostChannelAcceptor.Wrapper. acceptChannel(ComHostChannel<C> channel)
static void
Com. bounce(ComHostChannel<SocketChannel> channel)
This method is catastrophically naive.Method parameters in one.microstream.communication.types with type arguments of type ComHostChannel Modifier and Type Method Description static <C> ComHostChannelAcceptor.Wrapper<C>
ComHostChannelAcceptor. Wrap(Consumer<? super ComHostChannel<C>> acceptor)