Package | Description |
---|---|
org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyUserStore.onPathWatchEvent(PathWatcher.PathWatchEvent event) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PathWatcher.PathWatchEvent> |
PathWatcher.events |
private java.util.Map<java.nio.file.Path,PathWatcher.PathWatchEvent> |
PathWatcher.pending |
Modifier and Type | Method and Description |
---|---|
void |
PathWatcher.handleWatchEvent(java.nio.file.Path path,
PathWatcher.PathWatchEvent event)
Add an event reported by the WatchService to list of pending events
that will be sent after their quiet time has expired.
|
void |
PathWatcher.Listener.onPathWatchEvent(PathWatcher.PathWatchEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PathWatcher.EventListListener.onPathWatchEvents(java.util.List<PathWatcher.PathWatchEvent> events) |