Package | Description |
---|---|
org.eclipse.jetty.rewrite.handler |
Jetty Rewrite : Rewrite Handler and Rules for Jetty
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
Modifier and Type | Method and Description |
---|---|
PathMap |
LegacyRule.getRewrite()
Returns the map of rewriting rules.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyRule.setRewrite(PathMap rewrite)
Sets the map of rewriting rules.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IPAccessHandler.add(String entry,
PathMap<IPAddressMap<Boolean>> patternMap)
Helper method to parse the new entry and add it to
the specified address pattern map.
|
protected void |
IPAccessHandler.dump(StringBuilder buf,
PathMap<IPAddressMap<Boolean>> patternMap)
Dump a pattern map into a StringBuilder buffer
|
protected void |
IPAccessHandler.set(String[] entries,
PathMap<IPAddressMap<Boolean>> patternMap)
Helper method to process a list of new entries and replace
the content of the specified address pattern map
|
Copyright © 1995-2015 Webtide. All Rights Reserved.