Modifier and Type | Method and Description |
---|---|
static RegexHttpRequestFilter |
RegexHttpRequestFilter.newHostAndPathFilter(String hostRegex,
String pathRegex,
HttpRequestFilter filter)
Creates a new filter that filters on the request host.
|
static RegexHttpRequestFilter |
RegexHttpRequestFilter.newHostFilter(String hostRegex,
HttpRequestFilter filter)
Creates a new filter that filters on the request host.
|
static RegexHttpRequestFilter |
RegexHttpRequestFilter.newPathFilter(String pathRegex,
HttpRequestFilter filter)
Creates a new filter that filters on the request path.
|
Copyright © 2009–2016 LittleShoot. All rights reserved.