public interface DTLSRecordCallback
Modifier and Type | Method and Description |
---|---|
void |
recordAccepted(int flags)
Called when a record is accepted by the record layer.
|
void recordAccepted(int flags)
flags
- see DTLSRecordFlags
for constants.