| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.ext_authz.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
BufferSettings |
BufferSettings.Builder.build() |
BufferSettings |
BufferSettings.Builder.buildPartial() |
static BufferSettings |
BufferSettings.getDefaultInstance() |
BufferSettings |
BufferSettings.getDefaultInstanceForType() |
BufferSettings |
BufferSettings.Builder.getDefaultInstanceForType() |
BufferSettings |
ExtAuthzOrBuilder.getWithRequestBody()
Enables filter to buffer the client request body and send it within the authorization request.
|
BufferSettings |
ExtAuthz.getWithRequestBody()
Enables filter to buffer the client request body and send it within the authorization request.
|
BufferSettings |
ExtAuthz.Builder.getWithRequestBody()
Enables filter to buffer the client request body and send it within the authorization request.
|
static BufferSettings |
BufferSettings.parseDelimitedFrom(InputStream input) |
static BufferSettings |
BufferSettings.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufferSettings |
BufferSettings.parseFrom(byte[] data) |
static BufferSettings |
BufferSettings.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufferSettings |
BufferSettings.parseFrom(ByteBuffer data) |
static BufferSettings |
BufferSettings.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufferSettings |
BufferSettings.parseFrom(com.google.protobuf.ByteString data) |
static BufferSettings |
BufferSettings.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufferSettings |
BufferSettings.parseFrom(com.google.protobuf.CodedInputStream input) |
static BufferSettings |
BufferSettings.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BufferSettings |
BufferSettings.parseFrom(InputStream input) |
static BufferSettings |
BufferSettings.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BufferSettings> |
BufferSettings.getParserForType() |
static com.google.protobuf.Parser<BufferSettings> |
BufferSettings.parser() |
| Modifier and Type | Method and Description |
|---|---|
BufferSettings.Builder |
BufferSettings.Builder.mergeFrom(BufferSettings other) |
ExtAuthz.Builder |
ExtAuthz.Builder.mergeWithRequestBody(BufferSettings value)
Enables filter to buffer the client request body and send it within the authorization request.
|
static BufferSettings.Builder |
BufferSettings.newBuilder(BufferSettings prototype) |
ExtAuthz.Builder |
ExtAuthz.Builder.setWithRequestBody(BufferSettings value)
Enables filter to buffer the client request body and send it within the authorization request.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.