Package one.microstream.com
-
Interface Summary Interface Description ComChannel ComClient<C> ComClientChannel<C> ComClientCreator<C> ComConnectionAcceptor<C> Logic to greet/authenticate the client, exchange metadata, create aComChannel
instance.ComConnectionAcceptorCreator<C> ComConnectionHandler<C> ComConnectionListener<C> ComConnectionLogicDispatcher<C> Meta type to allow wrapping of connection handling logic types with additional aspects like authentication, encryption and the like.ComFoundation<C,F extends ComFoundation<C,?>> ComHost<C> Host type to listen for new connections and relay them to logic for further processing, potentially in another, maybe even dedicated thread.ComHostChannel<C> ComHostChannelAcceptor<C> Gateway/relay to the actual application/framework communication logic.ComHostCreator<C> ComPersistenceAdaptor<C> ComPersistenceAdaptorCreator<C> ComPersistenceChannel<C,D> ComProtocol ComProtocolCreator ComProtocolData ComProtocolProvider<C> ComProtocolProviderCreator<C> ComProtocolStringConverter A "StringConverter" is hereby defined as a logic instance that handles both conversion to and from a String-form. -
-
Exception Summary Exception Description ComException ComExceptionTimeout