(HttpMessage msg)
| 201 | } |
| 202 | |
| 203 | public SiteNode findNode(HttpMessage msg) { |
| 204 | return this.findNode(msg, false); |
| 205 | } |
| 206 | |
| 207 | public synchronized SiteNode findNode(HttpMessage msg, boolean matchStructural) { |
| 208 | if (Constant.isLowMemoryOptionSet()) { |