Interface OvsdbConnectionListener

    • Method Detail

      • connected

        void connected​(@NonNull OvsdbClient client)
        Event thrown to the connection listener when a new Passive connection is established.
        Parameters:
        client - OvsdbClient that represents the connection.
      • disconnected

        void disconnected​(OvsdbClient client)
        Event thrown to the connection listener when an existing connection is terminated.
        Parameters:
        client - OvsdbClient that represents the connection.