Uses of Class
io.envoyproxy.envoy.config.filter.http.ext_authz.v2.BufferSettings
Packages that use BufferSettings
-
Uses of BufferSettings in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return BufferSettingsModifier and TypeMethodDescriptionBufferSettings.Builder.build()BufferSettings.Builder.buildPartial()static BufferSettingsBufferSettings.getDefaultInstance()BufferSettings.Builder.getDefaultInstanceForType()BufferSettings.getDefaultInstanceForType()ExtAuthz.Builder.getWithRequestBody()Enables filter to buffer the client request body and send it within the authorization request.ExtAuthz.getWithRequestBody()Enables filter to buffer the client request body and send it within the authorization request.ExtAuthzOrBuilder.getWithRequestBody()Enables filter to buffer the client request body and send it within the authorization request.static BufferSettingsBufferSettings.parseDelimitedFrom(InputStream input) static BufferSettingsBufferSettings.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferSettingsBufferSettings.parseFrom(byte[] data) static BufferSettingsBufferSettings.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferSettingsBufferSettings.parseFrom(com.google.protobuf.ByteString data) static BufferSettingsBufferSettings.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferSettingsBufferSettings.parseFrom(com.google.protobuf.CodedInputStream input) static BufferSettingsBufferSettings.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferSettingsBufferSettings.parseFrom(InputStream input) static BufferSettingsBufferSettings.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BufferSettingsBufferSettings.parseFrom(ByteBuffer data) static BufferSettingsBufferSettings.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return types with arguments of type BufferSettingsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BufferSettings>BufferSettings.getParserForType()static com.google.protobuf.Parser<BufferSettings>BufferSettings.parser()Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with parameters of type BufferSettingsModifier and TypeMethodDescriptionBufferSettings.Builder.mergeFrom(BufferSettings other) ExtAuthz.Builder.mergeWithRequestBody(BufferSettings value) Enables filter to buffer the client request body and send it within the authorization request.static BufferSettings.BuilderBufferSettings.newBuilder(BufferSettings prototype) ExtAuthz.Builder.setWithRequestBody(BufferSettings value) Enables filter to buffer the client request body and send it within the authorization request.