Uses of Interface
one.microstream.com.ComHostChannel
Package | Description |
---|---|
one.microstream.com | |
one.microstream.com.binary.test |
-
Uses of ComHostChannel in one.microstream.com
Classes in one.microstream.com that implement ComHostChannel Modifier and Type Class Description static class
ComHostChannel.Default<C>
Methods in one.microstream.com 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.com 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.com with type arguments of type ComHostChannel Modifier and Type Method Description static <C> ComHostChannelAcceptor.Wrapper<C>
ComHostChannelAcceptor. Wrap(Consumer<? super ComHostChannel<C>> acceptor)
-
Uses of ComHostChannel in one.microstream.com.binary.test
Methods in one.microstream.com.binary.test with parameters of type ComHostChannel Modifier and Type Method Description static void
MainTestComServer. logAndBounce(ComHostChannel<SocketChannel> channel)
Slightly improved version ofCom.bounce(ComHostChannel)