public abstract class UrlMapOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UrlMapOptions.Builder |
Modifier and Type | Method and Description |
---|---|
abstract URI |
defaultService() |
abstract String |
description() |
abstract String |
fingerprint() |
abstract List<UrlMap.HostRule> |
hostRules() |
abstract String |
name() |
abstract List<UrlMap.PathMatcher> |
pathMatchers() |
abstract List<UrlMap.UrlMapTest> |
tests() |
@Nullable public abstract List<UrlMap.HostRule> hostRules()
@Nullable public abstract List<UrlMap.PathMatcher> pathMatchers()
@Nullable public abstract List<UrlMap.UrlMapTest> tests()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.