Interface Signaling.ICECandidateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Signaling.ICECandidate, Signaling.ICECandidate.Builder
Enclosing class:
Signaling

public static interface Signaling.ICECandidateOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string candidate = 1 [json_name = "candidate"];
    com.google.protobuf.ByteString
    string candidate = 1 [json_name = "candidate"];
    optional string sdp_mid = 2 [json_name = "sdpMid"];
    com.google.protobuf.ByteString
    optional string sdp_mid = 2 [json_name = "sdpMid"];
    int
    optional uint32 sdpm_line_index = 3 [json_name = "sdpmLineIndex"];
    optional string username_fragment = 4 [json_name = "usernameFragment"];
    com.google.protobuf.ByteString
    optional string username_fragment = 4 [json_name = "usernameFragment"];
    boolean
    optional string sdp_mid = 2 [json_name = "sdpMid"];
    boolean
    optional uint32 sdpm_line_index = 3 [json_name = "sdpmLineIndex"];
    boolean
    optional string username_fragment = 4 [json_name = "usernameFragment"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getCandidate

      String getCandidate()
      string candidate = 1 [json_name = "candidate"];
      Returns:
      The candidate.
    • getCandidateBytes

      com.google.protobuf.ByteString getCandidateBytes()
      string candidate = 1 [json_name = "candidate"];
      Returns:
      The bytes for candidate.
    • hasSdpMid

      boolean hasSdpMid()
      optional string sdp_mid = 2 [json_name = "sdpMid"];
      Returns:
      Whether the sdpMid field is set.
    • getSdpMid

      String getSdpMid()
      optional string sdp_mid = 2 [json_name = "sdpMid"];
      Returns:
      The sdpMid.
    • getSdpMidBytes

      com.google.protobuf.ByteString getSdpMidBytes()
      optional string sdp_mid = 2 [json_name = "sdpMid"];
      Returns:
      The bytes for sdpMid.
    • hasSdpmLineIndex

      boolean hasSdpmLineIndex()
      optional uint32 sdpm_line_index = 3 [json_name = "sdpmLineIndex"];
      Returns:
      Whether the sdpmLineIndex field is set.
    • getSdpmLineIndex

      int getSdpmLineIndex()
      optional uint32 sdpm_line_index = 3 [json_name = "sdpmLineIndex"];
      Returns:
      The sdpmLineIndex.
    • hasUsernameFragment

      boolean hasUsernameFragment()
      optional string username_fragment = 4 [json_name = "usernameFragment"];
      Returns:
      Whether the usernameFragment field is set.
    • getUsernameFragment

      String getUsernameFragment()
      optional string username_fragment = 4 [json_name = "usernameFragment"];
      Returns:
      The usernameFragment.
    • getUsernameFragmentBytes

      com.google.protobuf.ByteString getUsernameFragmentBytes()
      optional string username_fragment = 4 [json_name = "usernameFragment"];
      Returns:
      The bytes for usernameFragment.