All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.tls.DTLSRecordCallback Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package org.bouncycastle.tls;

public interface DTLSRecordCallback
{
    /**
     * Called when a record is accepted by the record layer.
     * @param flags see {@link DTLSRecordFlags} for constants.
     */
    void recordAccepted(int flags);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy