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 class
CompositeAlertHandler<T>
class
LogHandler<T>
Implementation ofAlertHandler
which logs the object with the specifiedLevel
class
SilentHandler<T>
Implementation ofAlertHandler
which does nothingclass
ThrowAlertExceptionHandler<T>
Handler which throws anAlertException
Constructor 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 class
LogLOTLLocationChangeAlertHandler
class
LogOJUrlChangeAlertHandler
class
LogTLExpirationAlertHandler
class
LogTLParsingErrorAlertHandler
class
LogTLSignatureErrorAlertHandler