Package | Description |
---|---|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Field and Description |
---|---|
private IncludeExcludeSet<java.lang.String,java.net.InetAddress> |
InetAccessHandler._addrs |
private IncludeExcludeSet<java.lang.String,java.net.InetAddress> |
ThreadLimitHandler._includeExcludeSet |
Modifier and Type | Class and Description |
---|---|
class |
IncludeExclude<ITEM>
Utility class to maintain a set of inclusions and exclusions.
|
Modifier and Type | Field and Description |
---|---|
protected IncludeExcludeSet<java.nio.file.PathMatcher,java.nio.file.Path> |
PathWatcher.Config.includeExclude |
Modifier and Type | Field and Description |
---|---|
(package private) IncludeExcludeSet<ClasspathPattern.Entry,java.net.URI> |
ClasspathPattern._locations |
(package private) IncludeExcludeSet<ClasspathPattern.Entry,java.lang.String> |
ClasspathPattern._packageOrNamePatterns |
Modifier and Type | Method and Description |
---|---|
private static boolean |
ClasspathPattern.combine(IncludeExcludeSet<ClasspathPattern.Entry,java.lang.String> names,
java.lang.String name,
IncludeExcludeSet<ClasspathPattern.Entry,java.net.URI> locations,
java.util.function.Supplier<java.net.URI> location) |
private static boolean |
ClasspathPattern.combine(IncludeExcludeSet<ClasspathPattern.Entry,java.lang.String> names,
java.lang.String name,
IncludeExcludeSet<ClasspathPattern.Entry,java.net.URI> locations,
java.util.function.Supplier<java.net.URI> location) |