Uses of Interface
org.eclipse.jetty.util.Scanner.DiscreteListener
Packages that use Scanner.DiscreteListener
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Util : Common SSL Utility Classes
-
Uses of Scanner.DiscreteListener in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Scanner.DiscreteListenerModifier 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.DiscreteListener in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Scanner.DiscreteListenerModifier and TypeClassDescriptionclass
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.