Uses of Interface
one.microstream.communication.types.ComClientChannel
Package | Description |
---|---|
one.microstream.communication.binary.types | |
one.microstream.communication.types |
-
Uses of ComClientChannel in one.microstream.communication.binary.types
Methods in one.microstream.communication.binary.types that return ComClientChannel Modifier and Type Method Description static ComClientChannel<SocketChannel>
ComBinary. connect()
static ComClientChannel<SocketChannel>
ComBinary. connect(int localHostPort)
static ComClientChannel<SocketChannel>
ComBinary. connect(InetSocketAddress targetAddress)
-
Uses of ComClientChannel in one.microstream.communication.types
Classes in one.microstream.communication.types that implement ComClientChannel Modifier and Type Class Description static class
ComClientChannel.Default<C>
Methods in one.microstream.communication.types that return ComClientChannel Modifier and Type Method Description static ComClientChannel<SocketChannel>
Com. connect(int localHostPort, ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator)
static ComClientChannel<SocketChannel>
Com. connect(InetSocketAddress targetAddress, ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator)
static ComClientChannel<SocketChannel>
Com. connect(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator)
ComClientChannel<C>
ComClient. connect()
ComClientChannel<C>
ComClient.Default. connect()
default ComClientChannel<C>
ComPersistenceAdaptor. createClientChannel(C connection, ComProtocol protocol, ComClient<C> parent)
static <C> ComClientChannel<C>
ComClientChannel. New(PersistenceManager<?> persistenceManager, C connection, ComProtocol protocol, ComClient<C> parent)