Uses of Interface
io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3.ExternalProcessorOrBuilder
-
Packages that use ExternalProcessorOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 -
-
Uses of ExternalProcessorOrBuilder in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Classes in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that implement ExternalProcessorOrBuilder Modifier and Type Class Description classExternalProcessorThe filter communicates with an external gRPC service called an "external processor" that can do a variety of things with the request and response: * Access and modify the HTTP headers on the request, response, or both * Access and modify the HTTP request and response bodies * Access and modify the dynamic stream metadata * Immediately send an HTTP response downstream and terminate other processing The filter communicates with the server using a gRPC bidirectional stream.static classExternalProcessor.BuilderThe filter communicates with an external gRPC service called an "external processor" that can do a variety of things with the request and response: * Access and modify the HTTP headers on the request, response, or both * Access and modify the HTTP request and response bodies * Access and modify the dynamic stream metadata * Immediately send an HTTP response downstream and terminate other processing The filter communicates with the server using a gRPC bidirectional stream.
-