Package org.webrtc
Class DataChannel.Init
java.lang.Object
org.webrtc.DataChannel.Init
- Enclosing class:
- DataChannel
Java wrapper for WebIDL RTCDataChannel.
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
boolean
boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
ordered
public boolean ordered -
maxRetransmitTimeMs
public int maxRetransmitTimeMs -
maxRetransmits
public int maxRetransmits -
protocol
-
negotiated
public boolean negotiated -
id
public int id
-
-
Constructor Details
-
Init
public Init()
-
-
Method Details
-
getOrdered
boolean getOrdered() -
getMaxRetransmitTimeMs
int getMaxRetransmitTimeMs() -
getMaxRetransmits
int getMaxRetransmits() -
getProtocol
String getProtocol() -
getNegotiated
boolean getNegotiated() -
getId
int getId()
-