Uses of Interface
org.eclipse.jetty.util.Scanner.Listener
-
Packages that use Scanner.Listener Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classes -
-
Uses of Scanner.Listener in org.eclipse.jetty.util
Subinterfaces of Scanner.Listener in org.eclipse.jetty.util Modifier and Type Interface Description static interfaceScanner.BulkListenerNotification of files that changed in the last scan.static interfaceScanner.DiscreteListenerNotification of exact file changes in the last scan.static interfaceScanner.ScanCycleListenerListener that notifies when a scan has started and when it has ended.Methods in org.eclipse.jetty.util with parameters of type Scanner.Listener Modifier and Type Method Description voidScanner. addListener(Scanner.Listener listener)Add an added/removed/changed listenervoidScanner. removeListener(Scanner.Listener listener)Remove a registered listener -
Uses of Scanner.Listener in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Scanner.Listener Modifier and Type Class Description classKeyStoreScannerTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory.
-