Uses of Interface
org.eclipse.jetty.util.Scanner.Listener
-
Packages that use Scanner.Listener Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.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.ant
Classes in org.eclipse.jetty.ant that implement Scanner.Listener Modifier and Type Class Description static class
ServerProxyImpl.WebAppScannerListener
WebAppScannerListener Handle notifications that files we are interested in have changed during execution. -
Uses of Scanner.Listener in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers with parameters of type Scanner.Listener Modifier and Type Method Description void
ScanningAppProvider. addScannerListener(Scanner.Listener listener)
-
Uses of Scanner.Listener in org.eclipse.jetty.util
Subinterfaces of Scanner.Listener in org.eclipse.jetty.util Modifier and Type Interface Description static interface
Scanner.BulkListener
static interface
Scanner.DiscreteListener
static interface
Scanner.ScanCycleListener
Listener that notifies when a scan has started and when it has ended.static interface
Scanner.ScanListener
Methods in org.eclipse.jetty.util with parameters of type Scanner.Listener Modifier and Type Method Description void
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
Classes in org.eclipse.jetty.util.ssl that implement Scanner.Listener Modifier and Type Class Description class
KeyStoreScanner
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.
-