Uses of Interface
org.eclipse.jetty.util.Scanner.Listener
Package
Description
Jetty Deploy : Webapp Deployment Providers
Jetty Security : Modular Support for Security in Jetty
Jetty Util : Common Utility Classes
Jetty Util : Common SSL Utility Classes
-
Uses of Scanner.Listener in org.eclipse.jetty.deploy.providers
Modifier and TypeMethodDescriptionvoid
ScanningAppProvider.addScannerListener
(Scanner.Listener listener) -
Uses of Scanner.Listener in org.eclipse.jetty.security
Modifier and TypeClassDescriptionclass
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file. -
Uses of Scanner.Listener in org.eclipse.jetty.util
Modifier and TypeInterfaceDescriptionstatic interface
Notification of files that changed in the last scan.static interface
Notification of exact file changes in the last scan.static interface
Listener that notifies when a scan has started and when it has ended.Modifier and TypeMethodDescriptionvoid
Scanner.addListener
(Scanner.Listener listener) Add an added/removed/changed listenervoid
Scanner.removeListener
(Scanner.Listener listener) Remove a registered listener -
Uses of Scanner.Listener in org.eclipse.jetty.util.ssl
Modifier and TypeClassDescriptionclass
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.