@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCIceServerStats")
public interface RTCIceServerStats
extends RTCStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCIceServerStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RTCIceServerStats.Builder |
create(java.lang.String id,
double timestamp,
java.lang.String type,
java.lang.String url) |
int |
port() |
java.lang.String |
relayProtocol() |
void |
setPort(int port) |
void |
setRelayProtocol(java.lang.String relayProtocol) |
void |
setTotalRequestsSent(int totalRequestsSent) |
void |
setTotalResponsesReceived(int totalResponsesReceived) |
void |
setTotalRoundTripTime(double totalRoundTripTime) |
void |
setUrl(java.lang.String url) |
int |
totalRequestsSent() |
int |
totalResponsesReceived() |
double |
totalRoundTripTime() |
java.lang.String |
url() |
@JsOverlay @Nonnull static RTCIceServerStats.Builder create(@Nonnull java.lang.String id, double timestamp, @RTCStatsType @Nonnull java.lang.String type, @Nonnull java.lang.String url)
@JsProperty(name="port") int port()
@JsProperty void setPort(int port)
@JsProperty(name="relayProtocol") java.lang.String relayProtocol()
@JsProperty
void setRelayProtocol(@Nonnull
java.lang.String relayProtocol)
@JsProperty(name="totalRequestsSent") int totalRequestsSent()
@JsProperty void setTotalRequestsSent(int totalRequestsSent)
@JsProperty(name="totalResponsesReceived") int totalResponsesReceived()
@JsProperty void setTotalResponsesReceived(int totalResponsesReceived)
@JsProperty(name="totalRoundTripTime") double totalRoundTripTime()
@JsProperty void setTotalRoundTripTime(double totalRoundTripTime)
@JsProperty(name="url") @Nonnull java.lang.String url()
@JsProperty
void setUrl(@Nonnull
java.lang.String url)