Class DTLSRecordFlags


  • public abstract class DTLSRecordFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int IS_NEWEST
      The record is newer (by epoch and sequence number) than any record received previously.
      static int NONE  
      static int USES_CONNECTION_ID
      The record includes the (valid) connection ID (RFC 9146) for this connection.
    • Constructor Summary

      Constructors 
      Constructor Description
      DTLSRecordFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • IS_NEWEST

        public static final int IS_NEWEST
        The record is newer (by epoch and sequence number) than any record received previously.
        See Also:
        Constant Field Values
      • USES_CONNECTION_ID

        public static final int USES_CONNECTION_ID
        The record includes the (valid) connection ID (RFC 9146) for this connection.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DTLSRecordFlags

        public DTLSRecordFlags()