Package eu.ill.webx.transport


package eu.ill.webx.transport
  • Class
    Description
    The ClientConnector provides an interface to the REP-REQ ZMQ socket to make requests to the WebX Router or Engine.
    The instruction publisher publishes instructions asynchronously to the WebX Engine (passing by the router if not in standalone).
    The message subscriber connects to the ZMQ message publisher of the WebX Router (or Engine if in standalone) and forwards them immediately to a handler (managed in the WebXHost).
    Interface used to handle the callback when a message arrives
    The Session Channel provides an encrypted socket to connect initiate and create sessions with the WebX Router.
    Wraps all ZMQ sockets into a single interface.