Class DittoTransportDiagnostics

java.lang.Object
com.ditto.java.DittoTransportDiagnostics

public final class DittoTransportDiagnostics extends Object

Provides diagnostic information about all active Ditto transports.

This class captures a snapshot of the current state of all transport mechanisms, including their operational conditions and configurations. Use this for monitoring, debugging, and understanding connectivity status.

See Also:
  • Method Details

    • getTransports

      public @NonNull DittoTransportSnapshot[] getTransports()

      Returns snapshots of all active transports.

      Each snapshot provides detailed information about a specific transport's current state, including its type, condition, and connection details.

      Returns:
      an array of DittoTransportSnapshot instances, one for each active transport.