Interface KurentoConnectionListener


public interface KurentoConnectionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method invoked when the Kurento client successfully connects to the server.
    void
    Method invoked when the Kurento client could not connect to the server.
    void
    Method invoked when the Kurento client connection with the server is interrupted.
    void
    reconnected(boolean sameServer)
    Method invoked when the Kurento client is reconnected to a server.
  • Method Details

    • connected

      void connected()
      Method invoked when the Kurento client successfully connects to the server.
    • connectionFailed

      void connectionFailed()
      Method invoked when the Kurento client could not connect to the server. This method can be invoked also if a reconnection is needed.
    • disconnected

      void disconnected()
      Method invoked when the Kurento client connection with the server is interrupted.
    • reconnected

      void reconnected(boolean sameServer)
      Method invoked when the Kurento client is reconnected to a server.