public abstract class DTLSRecordFlags
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
DTLSRecordFlags() |
public static final int NONE
public static final int IS_NEWEST
public static final int USES_CONNECTION_ID