|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
---|---|
org.abstracthorizon.danube.http | |
org.abstracthorizon.danube.http.matcher |
Uses of Matcher in org.abstracthorizon.danube.http |
---|
Fields in org.abstracthorizon.danube.http with type parameters of type Matcher | |
---|---|
protected List<Matcher> |
Selector.components
List of Matcher objects |
Methods in org.abstracthorizon.danube.http that return types with arguments of type Matcher | |
---|---|
List<Matcher> |
Selector.getComponents()
Returns list of connection handlers |
Method parameters in org.abstracthorizon.danube.http with type arguments of type Matcher | |
---|---|
void |
Selector.setComponents(List<Matcher> components)
Sets list of connection handlers |
Uses of Matcher in org.abstracthorizon.danube.http.matcher |
---|
Classes in org.abstracthorizon.danube.http.matcher that implement Matcher | |
---|---|
class |
AbstractMatcher
Implementation of Matcher interface. |
class |
Pattern
Implementation of Matcher interface
that uses Pattern for matching. |
class |
Prefix
This matcher checks prefix of http URI. |
class |
WelcomeFile
This matcher matches only paths that end with "/". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |