public class RTCIceCandidateAttributes extends RTCStats
Modifier | Constructor and Description |
---|---|
protected |
RTCIceCandidateAttributes()
Default private constructor of RTCIceCandidateAttributes for serialization with Jackson
|
|
RTCIceCandidateAttributes(String id,
StatsType type,
double timestamp,
long timestampMillis,
String ipAddress,
long portNumber,
String transport,
RTCStatsIceCandidateType candidateType,
long priority,
String addressSourceUrl)
Create a RTCIceCandidateAttributes
|
Modifier and Type | Method and Description |
---|---|
String |
getAddressSourceUrl()
get The URL of the TURN or STUN server indicated in the RTCIceServers that translated this IP address.
|
RTCStatsIceCandidateType |
getCandidateType()
get The enumeration RTCStatsIceCandidateType is based on the cand-type defined in [RFC5245] section 15.1.
|
String |
getIpAddress()
get It is the IP address of the candidate, allowing for IPv4 addresses, IPv6 addresses, and fully qualified domain names (FQDNs).
|
long |
getPortNumber()
get It is the port number of the candidate.
|
long |
getPriority()
get Represents the priority of the candidate
|
String |
getTransport()
get Valid values for transport is one of udp and tcp.
|
void |
setAddressSourceUrl(String addressSourceUrl)
set The URL of the TURN or STUN server indicated in the RTCIceServers that translated this IP address.
|
void |
setCandidateType(RTCStatsIceCandidateType candidateType)
set The enumeration RTCStatsIceCandidateType is based on the cand-type defined in [RFC5245] section 15.1.
|
void |
setIpAddress(String ipAddress)
set It is the IP address of the candidate, allowing for IPv4 addresses, IPv6 addresses, and fully qualified domain names (FQDNs).
|
void |
setPortNumber(long portNumber)
set It is the port number of the candidate.
|
void |
setPriority(long priority)
set Represents the priority of the candidate
|
void |
setTransport(String transport)
set Valid values for transport is one of udp and tcp.
|
getId, getTimestamp, getTimestampMillis, getType, setId, setTimestamp, setTimestampMillis, setType
protected RTCIceCandidateAttributes()
public String getIpAddress()
public void setIpAddress(String ipAddress)
public long getPortNumber()
public void setPortNumber(long portNumber)
public String getTransport()
public void setTransport(String transport)
public RTCStatsIceCandidateType getCandidateType()
public void setCandidateType(RTCStatsIceCandidateType candidateType)
public long getPriority()
public void setPriority(long priority)
public String getAddressSourceUrl()
public void setAddressSourceUrl(String addressSourceUrl)
Copyright © 2022 Kurento. All rights reserved.