public class HttpOriginMatcher$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static HttpOriginMatcher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
HttpOriginMatcher$() |
| Modifier and Type | Method and Description |
|---|---|
HttpOriginMatcher |
apply(scala.collection.immutable.Seq<HttpOrigin> origins)
Build a matcher that will accept any of the given origins.
|
HttpOriginMatcher |
strict(scala.collection.immutable.Seq<HttpOrigin> origins)
Build a matcher that will accept any of the given origins.
|
public static final HttpOriginMatcher$ MODULE$
public HttpOriginMatcher strict(scala.collection.immutable.Seq<HttpOrigin> origins)
origins - (undocumented)public HttpOriginMatcher apply(scala.collection.immutable.Seq<HttpOrigin> origins)
*. will match any sub-domain.
The scheme and the port are always strictly matched.origins - (undocumented)