Package proto.rpc.webrtc.v1
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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCONNECTION_SIGNALING_PATH_CLOUD_SIGNALED: signaled through app's signaling server.CONNECTION_SIGNALING_PATH_LOCAL: signaled through a loopback/private-address signaling server (e.g.CONNECTION_SIGNALING_PATH_MDNS_LOCAL: signaled over an mDNS-discovered local-network path.CONNECTION_SIGNALING_PATH_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCONNECTION_SIGNALING_PATH_CLOUD_SIGNALED: signaled through app's signaling server.static final intCONNECTION_SIGNALING_PATH_LOCAL: signaled through a loopback/private-address signaling server (e.g.static final intCONNECTION_SIGNALING_PATH_MDNS_LOCAL: signaled over an mDNS-discovered local-network path.static final intCONNECTION_SIGNALING_PATH_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<Signaling.ConnectionSignalingPath> static com.google.protobuf.Internal.EnumVerifiervalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static Signaling.ConnectionSignalingPath[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CONNECTION_SIGNALING_PATH_UNSPECIFIED
CONNECTION_SIGNALING_PATH_UNSPECIFIED = 0; -
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
CONNECTION_SIGNALING_PATH_MDNS_LOCAL: signaled over an mDNS-discovered local-network path.
CONNECTION_SIGNALING_PATH_MDNS_LOCAL = 2; -
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
-
-
Field Details
-
CONNECTION_SIGNALING_PATH_UNSPECIFIED_VALUE
public static final int CONNECTION_SIGNALING_PATH_UNSPECIFIED_VALUECONNECTION_SIGNALING_PATH_UNSPECIFIED = 0;- See Also:
-
CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED_VALUE
public static final int CONNECTION_SIGNALING_PATH_CLOUD_SIGNALED_VALUECONNECTION_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_VALUECONNECTION_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_VALUECONNECTION_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
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Signaling.ConnectionSignalingPath> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-