Uses of Class
io.envoyproxy.envoy.config.filter.http.ext_authz.v2.BufferSettings
-
Packages that use BufferSettings Package Description io.envoyproxy.envoy.config.filter.http.ext_authz.v2 -
-
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 BufferSettings Modifier and Type Method Description BufferSettingsBufferSettings.Builder. build()BufferSettingsBufferSettings.Builder. buildPartial()static BufferSettingsBufferSettings. getDefaultInstance()BufferSettingsBufferSettings.Builder. getDefaultInstanceForType()BufferSettingsBufferSettings. getDefaultInstanceForType()BufferSettingsExtAuthz.Builder. getWithRequestBody()Enables filter to buffer the client request body and send it within the authorization request.BufferSettingsExtAuthz. getWithRequestBody()Enables filter to buffer the client request body and send it within the authorization request.BufferSettingsExtAuthzOrBuilder. 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 BufferSettings Modifier and Type Method Description com.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 BufferSettings Modifier and Type Method Description BufferSettings.BuilderBufferSettings.Builder. mergeFrom(BufferSettings other)ExtAuthz.BuilderExtAuthz.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.BuilderExtAuthz.Builder. setWithRequestBody(BufferSettings value)Enables filter to buffer the client request body and send it within the authorization request.
-