Uses of Interface
one.microstream.com.ComHost
-
Packages that use ComHost Package Description one.microstream.com one.microstream.com.binary -
-
Uses of ComHost in one.microstream.com
Classes in one.microstream.com that implement ComHost Modifier and Type Class Description static class
ComHost.Default<C>
Methods in one.microstream.com with parameters of type ComHost Modifier and Type Method Description void
ComConnectionAcceptor. acceptConnection(C connection, ComHost<C> parent)
void
ComConnectionAcceptor.Default. acceptConnection(C connection, ComHost<C> parent)
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)
-
Uses of ComHost in one.microstream.com.binary
Methods in one.microstream.com.binary that return ComHost Modifier and Type Method Description static ComHost<SocketChannel>
ComBinary. Host()
static ComHost<SocketChannel>
ComBinary. Host(int localHostPort)
static ComHost<SocketChannel>
ComBinary. Host(int localHostPort, ComHostChannelAcceptor<SocketChannel> channelAcceptor)
static ComHost<SocketChannel>
ComBinary. Host(InetSocketAddress targetAddress)
static ComHost<SocketChannel>
ComBinary. Host(InetSocketAddress targetAddress, ComHostChannelAcceptor<SocketChannel> channelAcceptor)
static ComHost<SocketChannel>
ComBinary. Host(ComHostChannelAcceptor<SocketChannel> channelAcceptor)
-