Enum Class Signaling.ConnectionSignalingPath

java.lang.Object
java.lang.Enum<Signaling.ConnectionSignalingPath>
proto.rpc.webrtc.v1.Signaling.ConnectionSignalingPath
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Signaling.ConnectionSignalingPath>, Constable
Enclosing class:
Signaling

public static enum Signaling.ConnectionSignalingPath extends Enum<Signaling.ConnectionSignalingPath> implements com.google.protobuf.Internal.EnumLite
 ConnectionSignalingPath is how a WebRTC dial was signaled, derived from the signaling address.
 
Protobuf enum proto.rpc.webrtc.v1.ConnectionSignalingPath
  • Enum Constant Details

    • CONNECTION_SIGNALING_PATH_UNSPECIFIED

      public static final Signaling.ConnectionSignalingPath CONNECTION_SIGNALING_PATH_UNSPECIFIED
      CONNECTION_SIGNALING_PATH_UNSPECIFIED = 0;
    • CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED

      public static final Signaling.ConnectionSignalingPath CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED
       CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED: signaled through app's signaling server.
       
      CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED = 1;
    • CONNECTION_SIGNALING_PATH_MDNS_LOCAL

      public static final Signaling.ConnectionSignalingPath CONNECTION_SIGNALING_PATH_MDNS_LOCAL
       CONNECTION_SIGNALING_PATH_MDNS_LOCAL: signaled over an mDNS-discovered local-network path.
       
      CONNECTION_SIGNALING_PATH_MDNS_LOCAL = 2;
    • CONNECTION_SIGNALING_PATH_LOCAL

      public static final Signaling.ConnectionSignalingPath CONNECTION_SIGNALING_PATH_LOCAL
       CONNECTION_SIGNALING_PATH_LOCAL: signaled through a loopback/private-address signaling server
       (e.g. a machine's own signaling server) without mDNS discovery.
       
      CONNECTION_SIGNALING_PATH_LOCAL = 3;
    • UNRECOGNIZED

      public static final Signaling.ConnectionSignalingPath UNRECOGNIZED
  • Field Details

    • CONNECTION_SIGNALING_PATH_UNSPECIFIED_VALUE

      public static final int CONNECTION_SIGNALING_PATH_UNSPECIFIED_VALUE
      CONNECTION_SIGNALING_PATH_UNSPECIFIED = 0;
      See Also:
    • CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED_VALUE

      public static final int CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED_VALUE
       CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED: signaled through app's signaling server.
       
      CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED = 1;
      See Also:
    • CONNECTION_SIGNALING_PATH_MDNS_LOCAL_VALUE

      public static final int CONNECTION_SIGNALING_PATH_MDNS_LOCAL_VALUE
       CONNECTION_SIGNALING_PATH_MDNS_LOCAL: signaled over an mDNS-discovered local-network path.
       
      CONNECTION_SIGNALING_PATH_MDNS_LOCAL = 2;
      See Also:
    • CONNECTION_SIGNALING_PATH_LOCAL_VALUE

      public static final int CONNECTION_SIGNALING_PATH_LOCAL_VALUE
       CONNECTION_SIGNALING_PATH_LOCAL: signaled through a loopback/private-address signaling server
       (e.g. a machine's own signaling server) without mDNS discovery.
       
      CONNECTION_SIGNALING_PATH_LOCAL = 3;
      See Also:
  • Method Details

    • values

      public static Signaling.ConnectionSignalingPath[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Signaling.ConnectionSignalingPath valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static Signaling.ConnectionSignalingPath valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static Signaling.ConnectionSignalingPath forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Signaling.ConnectionSignalingPath> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()