Package org.bouncycastle.tls
Interface DTLSRecordCallback
-
public interface DTLSRecordCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recordAccepted(int flags)
Called when a record is accepted by the record layer.
-
-
-
Method Detail
-
recordAccepted
void recordAccepted(int flags)
Called when a record is accepted by the record layer.- Parameters:
flags
- seeDTLSRecordFlags
for constants.
-
-