RedirectAction.Builder |
RedirectAction.Builder.clear() |
|
RedirectAction.Builder |
RedirectAction.Builder.clearHostRedirect() |
The host portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearHttpsRedirect() |
The scheme portion of the URL will be swapped with "https".
|
RedirectAction.Builder |
RedirectAction.Builder.clearPathRedirect() |
The path portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearPathRewriteSpecifier() |
|
RedirectAction.Builder |
RedirectAction.Builder.clearPortRedirect() |
The port value of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearPrefixRewrite() |
Indicates that during redirection, the matched prefix (or path)
should be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearRegexRewrite() |
Indicates that during redirect, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RedirectAction.Builder |
RedirectAction.Builder.clearResponseCode() |
The HTTP status code to use in the redirect response.
|
RedirectAction.Builder |
RedirectAction.Builder.clearSchemeRedirect() |
The scheme portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.clearSchemeRewriteSpecifier() |
|
RedirectAction.Builder |
RedirectAction.Builder.clearStripQuery() |
Indicates that during redirection, the query portion of the URL will
be removed.
|
RedirectAction.Builder |
Route.Builder.getRedirectBuilder() |
Return a redirect.
|
RedirectAction.Builder |
RedirectAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RedirectAction.Builder |
RedirectAction.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RedirectAction.Builder |
RedirectAction.Builder.mergeFrom(RedirectAction other) |
|
RedirectAction.Builder |
RedirectAction.Builder.mergeRegexRewrite(RegexMatchAndSubstitute value) |
Indicates that during redirect, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
static RedirectAction.Builder |
RedirectAction.newBuilder() |
|
static RedirectAction.Builder |
RedirectAction.newBuilder(RedirectAction prototype) |
|
RedirectAction.Builder |
RedirectAction.newBuilderForType() |
|
protected RedirectAction.Builder |
RedirectAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RedirectAction.Builder |
RedirectAction.Builder.setHostRedirect(java.lang.String value) |
The host portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setHostRedirectBytes(com.google.protobuf.ByteString value) |
The host portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setHttpsRedirect(boolean value) |
The scheme portion of the URL will be swapped with "https".
|
RedirectAction.Builder |
RedirectAction.Builder.setPathRedirect(java.lang.String value) |
The path portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPathRedirectBytes(com.google.protobuf.ByteString value) |
The path portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPortRedirect(int value) |
The port value of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPrefixRewrite(java.lang.String value) |
Indicates that during redirection, the matched prefix (or path)
should be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setPrefixRewriteBytes(com.google.protobuf.ByteString value) |
Indicates that during redirection, the matched prefix (or path)
should be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setRegexRewrite(RegexMatchAndSubstitute value) |
Indicates that during redirect, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RedirectAction.Builder |
RedirectAction.Builder.setRegexRewrite(RegexMatchAndSubstitute.Builder builderForValue) |
Indicates that during redirect, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
RedirectAction.Builder |
RedirectAction.Builder.setResponseCode(RedirectAction.RedirectResponseCode value) |
The HTTP status code to use in the redirect response.
|
RedirectAction.Builder |
RedirectAction.Builder.setResponseCodeValue(int value) |
The HTTP status code to use in the redirect response.
|
RedirectAction.Builder |
RedirectAction.Builder.setSchemeRedirect(java.lang.String value) |
The scheme portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setSchemeRedirectBytes(com.google.protobuf.ByteString value) |
The scheme portion of the URL will be swapped with this value.
|
RedirectAction.Builder |
RedirectAction.Builder.setStripQuery(boolean value) |
Indicates that during redirection, the query portion of the URL will
be removed.
|
RedirectAction.Builder |
RedirectAction.toBuilder() |
|