| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| org.eclipse.jetty.http.pathmap | |
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PathMap.PathSet |
| Modifier and Type | Class and Description |
|---|---|
class |
PathSpecSet
A Set of PathSpec strings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncludeExclude<ITEM>
Utility class to maintain a set of inclusions and exclusions.
|
class |
IncludeExcludeSet<P,T>
Utility class to maintain a set of inclusions and exclusions.
|
class |
InetAddressSet
A set of InetAddress patterns.
|
class |
RegexSet
A Set of Regular expressions strings.
|
| Constructor and Description |
|---|
IncludeExclude(Set<ITEM> includeSet,
Predicate<ITEM> includePredicate,
Set<ITEM> excludeSet,
Predicate<ITEM> excludePredicate) |
IncludeExclude(Set<ITEM> includeSet,
Predicate<ITEM> includePredicate,
Set<ITEM> excludeSet,
Predicate<ITEM> excludePredicate) |
IncludeExcludeSet(Set<P> includeSet,
Predicate<T> includePredicate,
Set<P> excludeSet,
Predicate<T> excludePredicate)
Construct an IncludeExclude
|
IncludeExcludeSet(Set<P> includeSet,
Predicate<T> includePredicate,
Set<P> excludeSet,
Predicate<T> excludePredicate)
Construct an IncludeExclude
|
Copyright © 1995-2016 Webtide. All Rights Reserved.