| Package | Description |
|---|---|
| org.echocat.jemoni.jmx.support |
| Modifier and Type | Method and Description |
|---|---|
static InetAddressMatcher |
InetAddressMatcher.matcher(java.net.InetAddress address) |
static InetAddressMatcher |
InetAddressMatcher.matcher(java.net.InetAddress address,
int bits) |
static InetAddressMatcher |
InetAddressMatcher.matcher(java.lang.String host) |
static InetAddressMatcher |
InetAddressMatcher.matcher(java.lang.String host,
int bits) |
protected InetAddressMatcher |
AllowedHostsServletHealthInterceptor.parseMatcherBy(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InetAddressMatcher> |
AllowedHostsServletHealthInterceptor.getExcludes() |
java.util.Collection<InetAddressMatcher> |
AllowedHostsServletHealthInterceptor.getIncludes() |
protected java.util.Collection<InetAddressMatcher> |
AllowedHostsServletHealthInterceptor.parseMatchersBy(java.lang.String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AllowedHostsServletHealthInterceptor.isRespectedBy(java.util.Collection<InetAddressMatcher> matches,
java.lang.String address,
boolean fallbackValue) |
void |
AllowedHostsServletHealthInterceptor.setExcludes(java.util.Collection<InetAddressMatcher> excludes) |
void |
AllowedHostsServletHealthInterceptor.setIncludes(java.util.Collection<InetAddressMatcher> includes) |
protected java.lang.String |
AllowedHostsServletHealthInterceptor.toPattern(java.util.Collection<InetAddressMatcher> matchers) |
Copyright © 2016 echocat. All Rights Reserved.