public class RemoteAddrRoutePredicateFactory extends AbstractRoutePredicateFactory<RemoteAddrRoutePredicateFactory.Config>
Modifier and Type | Class and Description |
---|---|
static class |
RemoteAddrRoutePredicateFactory.Config |
ShortcutConfigurable.ShortcutType
PATTERN_KEY
Constructor and Description |
---|
RemoteAddrRoutePredicateFactory() |
Modifier and Type | Method and Description |
---|---|
Predicate<org.springframework.web.server.ServerWebExchange> |
apply(RemoteAddrRoutePredicateFactory.Config config) |
List<String> |
shortcutFieldOrder()
Returns hints about the number of args and the order for shortcut parsing.
|
ShortcutConfigurable.ShortcutType |
shortcutType() |
getConfigClass, newConfig, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
apply, beforeApply, getConfigClass, name, newConfig
getValue, normalizeKey, shortcutFieldPrefix
public ShortcutConfigurable.ShortcutType shortcutType()
public List<String> shortcutFieldOrder()
ShortcutConfigurable
public Predicate<org.springframework.web.server.ServerWebExchange> apply(RemoteAddrRoutePredicateFactory.Config config)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.