Uses of Interface
eu.europa.esig.dss.alert.handler.AlertHandler
| Package | Description |
|---|---|
| eu.europa.esig.dss.alert | |
| eu.europa.esig.dss.alert.handler | |
| eu.europa.esig.dss.tsl.alerts | |
| eu.europa.esig.dss.tsl.alerts.handlers.log |
-
Uses of AlertHandler in eu.europa.esig.dss.alert
Constructors in eu.europa.esig.dss.alert with parameters of type AlertHandler Constructor Description AbstractAlert(AlertDetector<T> detector, AlertHandler<T> handler)AbstractStatusAlert(AlertHandler<Status> handler) -
Uses of AlertHandler in eu.europa.esig.dss.alert.handler
Classes in eu.europa.esig.dss.alert.handler that implement AlertHandler Modifier and Type Class Description classCompositeAlertHandler<T>classLogHandler<T>Implementation ofAlertHandlerwhich logs the object with the specifiedLevelclassSilentHandler<T>Implementation ofAlertHandlerwhich does nothingclassThrowAlertExceptionHandler<T>Handler which throws anAlertExceptionConstructor parameters in eu.europa.esig.dss.alert.handler with type arguments of type AlertHandler Constructor Description CompositeAlertHandler(List<AlertHandler<T>> handlers) -
Uses of AlertHandler in eu.europa.esig.dss.tsl.alerts
Constructors in eu.europa.esig.dss.tsl.alerts with parameters of type AlertHandler Constructor Description LOTLAlert(AlertDetector<LOTLInfo> detection, AlertHandler<LOTLInfo> handler)TLAlert(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler) -
Uses of AlertHandler in eu.europa.esig.dss.tsl.alerts.handlers.log
Classes in eu.europa.esig.dss.tsl.alerts.handlers.log that implement AlertHandler Modifier and Type Class Description classLogLOTLLocationChangeAlertHandlerclassLogOJUrlChangeAlertHandlerclassLogTLExpirationAlertHandlerclassLogTLParsingErrorAlertHandlerclassLogTLSignatureErrorAlertHandler