| Modifier and Type | Class and Description |
|---|---|
static class |
HttpRedirect.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpRedirect.Builder |
builder() |
protected Map<String,Object> |
delegate() |
int |
getCode()
The HTTP redirect code to use
|
com.google.common.collect.ImmutableMap<String,Object> |
getDelegate() |
String |
getFqdn()
FQDN string that the redirect corresponds to
|
String |
getKeepUri()
Whether to append the URI path from the original request ('Y' or 'N')
|
String |
getUrl()
The URL to redirect to
|
String |
getZone()
DNS zone that this redirect applies to
|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuespublic String getUrl()
public int getCode()
public String getKeepUri()
public String getFqdn()
public String getZone()
public static HttpRedirect.Builder builder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.