public abstract class UrlMap extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UrlMap.HostRule
An urlMap hostRule used to filter requests based on hostname.
|
static class |
UrlMap.PathMatcher |
static class |
UrlMap.UrlMapTest |
Modifier and Type | Method and Description |
---|---|
static UrlMap |
create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
List<UrlMap.HostRule> hostRules,
List<UrlMap.PathMatcher> pathMatchers,
List<UrlMap.UrlMapTest> urlMapTests,
URI defaultService,
String fingerprint) |
abstract Date |
creationTimestamp() |
abstract URI |
defaultService() |
abstract String |
description() |
abstract String |
fingerprint() |
abstract List<UrlMap.HostRule> |
hostRules() |
abstract String |
id() |
abstract String |
name() |
abstract List<UrlMap.PathMatcher> |
pathMatchers() |
abstract URI |
selfLink() |
abstract List<UrlMap.UrlMapTest> |
urlMapTests() |
public abstract String id()
public abstract Date creationTimestamp()
public abstract URI selfLink()
public abstract String name()
@Nullable public abstract List<UrlMap.HostRule> hostRules()
@Nullable public abstract List<UrlMap.PathMatcher> pathMatchers()
@Nullable public abstract List<UrlMap.UrlMapTest> urlMapTests()
public abstract URI defaultService()
public abstract String fingerprint()
public static UrlMap create(String id, Date creationTimestamp, URI selfLink, String name, @Nullable String description, @Nullable List<UrlMap.HostRule> hostRules, @Nullable List<UrlMap.PathMatcher> pathMatchers, @Nullable List<UrlMap.UrlMapTest> urlMapTests, URI defaultService, @Nullable String fingerprint)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.