Interface IAbstractConnectionHandler

    • Method Detail

      • setConnection

        void setConnection​(AbstractConnection con)
        Set the connection (needed as connection and handler need each other). The connections uses this method to set itself as connection in their constructor.
      • sendInit

        IFuture<java.lang.Void> sendInit()
        Send init message.
      • notifyInited

        void notifyInited()
      • doClose

        IFuture<java.lang.Void> doClose()
        Called from connection. Initiates closing procedure (is different for initiator and participant).
      • getNonFunctionalProperties

        java.util.Map<java.lang.String,​java.lang.Object> getNonFunctionalProperties()
        Get the non-functional properties.
        Returns:
        The non-functional properties.