| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
DirectResponseAction |
DirectResponseAction.Builder.build() |
DirectResponseAction |
DirectResponseAction.Builder.buildPartial() |
static DirectResponseAction |
DirectResponseAction.getDefaultInstance() |
DirectResponseAction |
DirectResponseAction.getDefaultInstanceForType() |
DirectResponseAction |
DirectResponseAction.Builder.getDefaultInstanceForType() |
DirectResponseAction |
RouteOrBuilder.getDirectResponse()
Return an arbitrary HTTP response directly, without proxying.
|
DirectResponseAction |
Route.getDirectResponse()
Return an arbitrary HTTP response directly, without proxying.
|
DirectResponseAction |
Route.Builder.getDirectResponse()
Return an arbitrary HTTP response directly, without proxying.
|
static DirectResponseAction |
DirectResponseAction.parseDelimitedFrom(InputStream input) |
static DirectResponseAction |
DirectResponseAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DirectResponseAction |
DirectResponseAction.parseFrom(byte[] data) |
static DirectResponseAction |
DirectResponseAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DirectResponseAction |
DirectResponseAction.parseFrom(ByteBuffer data) |
static DirectResponseAction |
DirectResponseAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DirectResponseAction |
DirectResponseAction.parseFrom(com.google.protobuf.ByteString data) |
static DirectResponseAction |
DirectResponseAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DirectResponseAction |
DirectResponseAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static DirectResponseAction |
DirectResponseAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DirectResponseAction |
DirectResponseAction.parseFrom(InputStream input) |
static DirectResponseAction |
DirectResponseAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DirectResponseAction> |
DirectResponseAction.getParserForType() |
static com.google.protobuf.Parser<DirectResponseAction> |
DirectResponseAction.parser() |
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.mergeDirectResponse(DirectResponseAction value)
Return an arbitrary HTTP response directly, without proxying.
|
DirectResponseAction.Builder |
DirectResponseAction.Builder.mergeFrom(DirectResponseAction other) |
static DirectResponseAction.Builder |
DirectResponseAction.newBuilder(DirectResponseAction prototype) |
Route.Builder |
Route.Builder.setDirectResponse(DirectResponseAction value)
Return an arbitrary HTTP response directly, without proxying.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.