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._addrsprivate final IncludeExcludeSet<String, InetAddress> ThreadLimitHandler._includeExcludeSet -
Uses of IncludeExcludeSet in org.eclipse.jetty.util
Subclasses of IncludeExcludeSet in org.eclipse.jetty.utilModifier and TypeClassDescriptionclassIncludeExclude<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.rootIncludesExcludesFields in org.eclipse.jetty.util with type parameters of type IncludeExcludeSetModifier and TypeFieldDescriptionprivate final Map<Path, IncludeExcludeSet<PathMatcher, Path>> Scanner._scannablesMethods 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._packageOrNamePatternsMethods in org.eclipse.jetty.webapp with parameters of type IncludeExcludeSetModifier and TypeMethodDescription(package private) static booleanClasspathPattern.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.