Package org.webrtc

Class DataChannel.Init

java.lang.Object
org.webrtc.DataChannel.Init
Enclosing class:
DataChannel

public static class DataChannel.Init extends Object
Java wrapper for WebIDL RTCDataChannel.
  • Field Details

    • ordered

      public boolean ordered
    • maxRetransmitTimeMs

      public int maxRetransmitTimeMs
    • maxRetransmits

      public int maxRetransmits
    • protocol

      public String 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()