Uses of Interface
one.microstream.com.ComClientChannel
| Package | Description |
|---|---|
| one.microstream.com | |
| one.microstream.com.binary |
-
Uses of ComClientChannel in one.microstream.com
Classes in one.microstream.com that implement ComClientChannel Modifier and Type Class Description static classComClientChannel.Default<C>Methods in one.microstream.com 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) -
Uses of ComClientChannel in one.microstream.com.binary
Methods in one.microstream.com.binary 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)