Uses of Interface
org.eclipse.jetty.util.Scanner.Listener
Packages that use Scanner.Listener
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common SSL Utility Classes
-
Uses of Scanner.Listener in org.eclipse.jetty.util
Subinterfaces of Scanner.Listener in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
Listener that notifies when a scan has started and when it has ended.static interface
Fields in org.eclipse.jetty.util with type parameters of type Scanner.ListenerMethods in org.eclipse.jetty.util with parameters of type Scanner.ListenerModifier 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
Classes in org.eclipse.jetty.util.ssl that implement Scanner.ListenerModifier and TypeClassDescriptionclass
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.