Uses of Class
org.eclipse.jetty.util.IncludeExcludeSet
Packages that use IncludeExcludeSet
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Handler API
Jetty Util : Common Utility Classes
Jetty Util : Modular Web Application Support
-
Uses of IncludeExcludeSet in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as IncludeExcludeSetModifier and TypeFieldDescriptionprivate final IncludeExcludeSet
<Class<? extends Connection>, Connection> IncludeExcludeConnectionStatistics._set
-
Uses of IncludeExcludeSet in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as IncludeExcludeSetModifier and TypeFieldDescriptionprivate final IncludeExcludeSet
<String, InetAddress> InetAccessHandler._addrs
private final IncludeExcludeSet
<String, InetAddress> ThreadLimitHandler._includeExcludeSet
-
Uses of IncludeExcludeSet in org.eclipse.jetty.util
Subclasses of IncludeExcludeSet in org.eclipse.jetty.utilModifier and TypeClassDescriptionclass
IncludeExclude<ITEM>
Utility class to maintain a set of inclusions and exclusions.Fields in org.eclipse.jetty.util declared as IncludeExcludeSetModifier and TypeFieldDescriptionprotected final IncludeExcludeSet
<PathMatcher, Path> PathWatcher.Config.includeExclude
(package private) IncludeExcludeSet
<PathMatcher, Path> Scanner.Visitor.rootIncludesExcludes
Fields in org.eclipse.jetty.util with type parameters of type IncludeExcludeSetModifier and TypeFieldDescriptionprivate final Map
<Path, IncludeExcludeSet<PathMatcher, Path>> Scanner._scannables
Methods in org.eclipse.jetty.util that return IncludeExcludeSetMethods in org.eclipse.jetty.util with parameters of type IncludeExcludeSetModifier and TypeMethodDescriptionstatic <T1,
T2> boolean IncludeExcludeSet.matchCombined
(T1 item1, IncludeExcludeSet<?, T1> set1, T2 item2, IncludeExcludeSet<?, T2> set2) Match items in combined IncludeExcludeSets.Constructors in org.eclipse.jetty.util with parameters of type IncludeExcludeSetModifierConstructorDescriptionVisitor
(Path root, IncludeExcludeSet<PathMatcher, Path> rootIncludesExcludes, Map<String, Scanner.TimeNSize> scanInfoMap) -
Uses of IncludeExcludeSet in org.eclipse.jetty.webapp
Fields in org.eclipse.jetty.webapp declared as IncludeExcludeSetModifier and TypeFieldDescription(package private) IncludeExcludeSet
<ClasspathPattern.Entry, URI> ClasspathPattern._locations
(package private) IncludeExcludeSet
<ClasspathPattern.Entry, String> ClasspathPattern._packageOrNamePatterns
Methods in org.eclipse.jetty.webapp with parameters of type IncludeExcludeSetModifier and TypeMethodDescription(package private) static boolean
ClasspathPattern.combine
(IncludeExcludeSet<ClasspathPattern.Entry, String> names, String name, IncludeExcludeSet<ClasspathPattern.Entry, URI> locations, Supplier<URI> location) Match a class against inclusions and exclusions by name and location.