Uses of Interface
one.microstream.communication.types.ComClient
Package | Description |
---|---|
one.microstream.communication.binary.types | |
one.microstream.communication.types |
-
Uses of ComClient in one.microstream.communication.binary.types
Methods in one.microstream.communication.binary.types that return ComClient Modifier and Type Method Description static ComClient<SocketChannel>
ComBinary. Client()
static ComClient<SocketChannel>
ComBinary. Client(int localHostPort)
static ComClient<SocketChannel>
ComBinary. Client(InetSocketAddress targetAddress)
-
Uses of ComClient in one.microstream.communication.types
Classes in one.microstream.communication.types that implement ComClient Modifier and Type Class Description static class
ComClient.Default<C>
Methods in one.microstream.communication.types that return ComClient Modifier and Type Method Description static ComClient<SocketChannel>
Com. Client(int localHostPort, ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator)
static ComClient<SocketChannel>
Com. Client(InetSocketAddress targetAddress, ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator)
static ComClient<SocketChannel>
Com. Client(ComPersistenceAdaptorCreator<SocketChannel> persistenceAdaptorCreator)
ComClient<C>
ComFoundation.Abstract. createClient()
ComClient<C>
ComFoundation. createClient()
ComClient<C>
ComClientChannel.Default. parent()
ComClient<C>
ComClientChannel. parent()
Methods in one.microstream.communication.types with parameters of type ComClient Modifier and Type Method Description 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)