Package tvi.webrtc

Class DataChannel.Init

  • Enclosing class:
    DataChannel

    public static class DataChannel.Init
    extends java.lang.Object
    Java wrapper for WebIDL RTCDataChannel.
    • Constructor Summary

      Constructors 
      Constructor Description
      Init()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ordered

        public boolean ordered
      • maxRetransmitTimeMs

        public int maxRetransmitTimeMs
      • maxRetransmits

        public int maxRetransmits
      • protocol

        public java.lang.String protocol
      • negotiated

        public boolean negotiated
      • id

        public int id
    • Constructor Detail

      • Init

        public Init()