@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCSctpTransportStats
extends RTCStats
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCSctpTransportStats.Builder |
static interface |
RTCSctpTransportStats.Step1 |
static interface |
RTCSctpTransportStats.Step2 |
| Modifier and Type | Method and Description |
|---|---|
int |
congestionWindow() |
int |
mtu() |
int |
receiverWindow() |
void |
setCongestionWindow(int congestionWindow) |
void |
setMtu(int mtu) |
void |
setReceiverWindow(int receiverWindow) |
void |
setSmoothedRoundTripTime(double smoothedRoundTripTime) |
void |
setTransportId(@JsNonNull java.lang.String transportId) |
void |
setUnackData(int unackData) |
double |
smoothedRoundTripTime() |
static RTCSctpTransportStats.Step1 |
timestamp(double timestamp) |
java.lang.String |
transportId() |
int |
unackData() |
@JsOverlay @Nonnull static RTCSctpTransportStats.Step1 timestamp(double timestamp)
@JsProperty(name="congestionWindow") int congestionWindow()
@JsProperty void setCongestionWindow(int congestionWindow)
@JsProperty(name="mtu") int mtu()
@JsProperty void setMtu(int mtu)
@JsProperty(name="receiverWindow") int receiverWindow()
@JsProperty void setReceiverWindow(int receiverWindow)
@JsProperty(name="smoothedRoundTripTime") double smoothedRoundTripTime()
@JsProperty void setSmoothedRoundTripTime(double smoothedRoundTripTime)
@JsProperty(name="transportId") java.lang.String transportId()
@JsProperty void setTransportId(@JsNonNull java.lang.String transportId)
@JsProperty(name="unackData") int unackData()
@JsProperty void setUnackData(int unackData)