Uses of Interface
dev.getelements.elements.rt.AsyncConnectionService
Packages that use AsyncConnectionService
Package
Description
-
Uses of AsyncConnectionService in dev.getelements.elements.remote.jeromq
Methods in dev.getelements.elements.remote.jeromq that return AsyncConnectionServiceModifier and TypeMethodDescriptionAsyncConnectionService<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> JeroMQNode.getAsyncConnectionService()Methods in dev.getelements.elements.remote.jeromq with parameters of type AsyncConnectionServiceModifier and TypeMethodDescriptionvoidJeroMQNode.setAsyncConnectionService(AsyncConnectionService<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> asyncConnectionService) -
Uses of AsyncConnectionService in dev.getelements.elements.rt
Classes in dev.getelements.elements.rt that implement AsyncConnectionServiceModifier and TypeClassDescriptionclassSharedAsyncConnectionService<ContextT,SocketT> A type ofAsyncConnectionServicewhich uses an internal reference count to ensure that the backedAsyncConnectionServiceis opened and closed properly.Constructors in dev.getelements.elements.rt with parameters of type AsyncConnectionServiceModifierConstructorDescription -
Uses of AsyncConnectionService in dev.getelements.elements.rt.jeromq
Classes in dev.getelements.elements.rt.jeromq that implement AsyncConnectionService -
Uses of AsyncConnectionService in dev.getelements.elements.rt.remote
Methods in dev.getelements.elements.rt.remote that return AsyncConnectionServiceMethods in dev.getelements.elements.rt.remote with parameters of type AsyncConnectionServiceModifier and TypeMethodDescriptionvoidSimpleInstance.setAsyncConnectionService(AsyncConnectionService<?, ?> asyncConnectionService) -
Uses of AsyncConnectionService in dev.getelements.elements.rt.remote.jeromq
Methods in dev.getelements.elements.rt.remote.jeromq that return AsyncConnectionServiceModifier and TypeMethodDescriptionAsyncConnectionService<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> JeroMQRemoteInvoker.getAsyncConnectionService()Methods in dev.getelements.elements.rt.remote.jeromq with parameters of type AsyncConnectionServiceModifier and TypeMethodDescriptionvoidJeroMQRemoteInvoker.setAsyncConnectionService(AsyncConnectionService<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> asyncConnectionService) Constructors in dev.getelements.elements.rt.remote.jeromq with parameters of type AsyncConnectionServiceModifierConstructorDescriptionJeroMQAsyncControlClient(AsyncConnectionService<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> service, String instanceConnectAddress, JeroMQSecurity securityChain) JeroMQAsyncControlClient(AsyncConnectionService<org.zeromq.ZContext, org.zeromq.ZMQ.Socket> service, String instanceConnectAddress, JeroMQSecurity jeroMQSecurity, int minConnections, int maxConnections)