public interface ProcessingModeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProcessingMode.BodySendMode |
getRequestBodyMode()
How to handle the request body.
|
int |
getRequestBodyModeValue()
How to handle the request body.
|
ProcessingMode.HeaderSendMode |
getRequestHeaderMode()
How to handle the request header.
|
int |
getRequestHeaderModeValue()
How to handle the request header.
|
ProcessingMode.HeaderSendMode |
getRequestTrailerMode()
How to handle the request trailers.
|
int |
getRequestTrailerModeValue()
How to handle the request trailers.
|
ProcessingMode.BodySendMode |
getResponseBodyMode()
How do handle the response body.
|
int |
getResponseBodyModeValue()
How do handle the response body.
|
ProcessingMode.HeaderSendMode |
getResponseHeaderMode()
How to handle the response header.
|
int |
getResponseHeaderModeValue()
How to handle the response header.
|
ProcessingMode.HeaderSendMode |
getResponseTrailerMode()
How to handle the response trailers.
|
int |
getResponseTrailerModeValue()
How to handle the response trailers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRequestHeaderModeValue()
How to handle the request header. Default is "SEND".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode request_header_mode = 1 [(.validate.rules) = { ... }ProcessingMode.HeaderSendMode getRequestHeaderMode()
How to handle the request header. Default is "SEND".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode request_header_mode = 1 [(.validate.rules) = { ... }int getResponseHeaderModeValue()
How to handle the response header. Default is "SEND".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode response_header_mode = 2 [(.validate.rules) = { ... }ProcessingMode.HeaderSendMode getResponseHeaderMode()
How to handle the response header. Default is "SEND".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode response_header_mode = 2 [(.validate.rules) = { ... }int getRequestBodyModeValue()
How to handle the request body. Default is "NONE".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.BodySendMode request_body_mode = 3 [(.validate.rules) = { ... }ProcessingMode.BodySendMode getRequestBodyMode()
How to handle the request body. Default is "NONE".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.BodySendMode request_body_mode = 3 [(.validate.rules) = { ... }int getResponseBodyModeValue()
How do handle the response body. Default is "NONE".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.BodySendMode response_body_mode = 4 [(.validate.rules) = { ... }ProcessingMode.BodySendMode getResponseBodyMode()
How do handle the response body. Default is "NONE".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.BodySendMode response_body_mode = 4 [(.validate.rules) = { ... }int getRequestTrailerModeValue()
How to handle the request trailers. Default is "SKIP".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode request_trailer_mode = 5 [(.validate.rules) = { ... }ProcessingMode.HeaderSendMode getRequestTrailerMode()
How to handle the request trailers. Default is "SKIP".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode request_trailer_mode = 5 [(.validate.rules) = { ... }int getResponseTrailerModeValue()
How to handle the response trailers. Default is "SKIP".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode response_trailer_mode = 6 [(.validate.rules) = { ... }ProcessingMode.HeaderSendMode getResponseTrailerMode()
How to handle the response trailers. Default is "SKIP".
.envoy.extensions.filters.http.ext_proc.v3alpha.ProcessingMode.HeaderSendMode response_trailer_mode = 6 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.