Uses of Class
org.jgroups.util.FileWatcher
-
Packages that use FileWatcher Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of FileWatcher in org.jgroups.util
Fields in org.jgroups.util declared as FileWatcher Modifier and Type Field Description protected FileWatcher
TLS. watcher
Methods in org.jgroups.util that return FileWatcher Modifier and Type Method Description FileWatcher
TLS. getWatcher()
Methods in org.jgroups.util with parameters of type FileWatcher Modifier and Type Method Description void
TLS. setWatcher(FileWatcher watcher)
SslContextFactory
SslContextFactory. watcher(FileWatcher watcher)
Constructors in org.jgroups.util with parameters of type FileWatcher Constructor Description ReloadingX509KeyManager(FileWatcher watcher, java.nio.file.Path path, java.util.function.Function<java.nio.file.Path,javax.net.ssl.X509ExtendedKeyManager> action)
ReloadingX509TrustManager(FileWatcher watcher, java.nio.file.Path path, java.util.function.Function<java.nio.file.Path,javax.net.ssl.X509ExtendedTrustManager> action)
-