All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.ext_proc.v3.ProtocolConfigurationOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/ext_proc/v3/external_processor.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.service.ext_proc.v3;

public interface ProtocolConfigurationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.ext_proc.v3.ProtocolConfiguration)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Specify the filter configuration :ref:`request_body_mode
   * <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.request_body_mode>`
   * 
* * .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode request_body_mode = 1 [(.validate.rules) = { ... } * @return The enum numeric value on the wire for requestBodyMode. */ int getRequestBodyModeValue(); /** *
   * Specify the filter configuration :ref:`request_body_mode
   * <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.request_body_mode>`
   * 
* * .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode request_body_mode = 1 [(.validate.rules) = { ... } * @return The requestBodyMode. */ io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode getRequestBodyMode(); /** *
   * Specify the filter configuration :ref:`response_body_mode
   * <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.response_body_mode>`
   * 
* * .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode response_body_mode = 2 [(.validate.rules) = { ... } * @return The enum numeric value on the wire for responseBodyMode. */ int getResponseBodyModeValue(); /** *
   * Specify the filter configuration :ref:`response_body_mode
   * <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ProcessingMode.response_body_mode>`
   * 
* * .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode response_body_mode = 2 [(.validate.rules) = { ... } * @return The responseBodyMode. */ io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3.ProcessingMode.BodySendMode getResponseBodyMode(); /** *
   * Specify the filter configuration :ref:`send_body_without_waiting_for_header_response
   * <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.send_body_without_waiting_for_header_response>`
   * If the client is waiting for a header response from the server, setting ``true`` means the client will send body to the server
   * as they arrive. Setting ``false`` means the client will buffer the arrived data and not send it to the server immediately.
   * 
* * bool send_body_without_waiting_for_header_response = 3; * @return The sendBodyWithoutWaitingForHeaderResponse. */ boolean getSendBodyWithoutWaitingForHeaderResponse(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy