Interface DTLSRecordCallback


public interface DTLSRecordCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recordAccepted(int flags)
    Called when a record is accepted by the record layer.
  • Method Details

    • recordAccepted

      void recordAccepted(int flags)
      Called when a record is accepted by the record layer.
      Parameters:
      flags - see DTLSRecordFlags for constants.