Class QuicDatagramExtensionEvent

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int maxLength()
      The maximum datagram payload length the peer will accept.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • maxLength

        public int maxLength()
        The maximum datagram payload length the peer will accept. If you try to write bigger datagrams the write will fail.
        Returns:
        the max length.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object