Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.StreamedBodyResponse
Packages that use StreamedBodyResponse
-
Uses of StreamedBodyResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return StreamedBodyResponseModifier and TypeMethodDescriptionStreamedBodyResponse.Builder.build()StreamedBodyResponse.Builder.buildPartial()StreamedImmediateResponse.Builder.getBodyResponse()Response body to be sent downstream.StreamedImmediateResponse.getBodyResponse()Response body to be sent downstream.StreamedImmediateResponseOrBuilder.getBodyResponse()Response body to be sent downstream.static StreamedBodyResponseStreamedBodyResponse.getDefaultInstance()StreamedBodyResponse.Builder.getDefaultInstanceForType()StreamedBodyResponse.getDefaultInstanceForType()BodyMutation.Builder.getStreamedResponse()Must be used when the corresponding ``BodySendMode`` in the :ref:`processing_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_mode>` is set to ``FULL_DUPLEX_STREAMED`` or ``GRPC``.BodyMutation.getStreamedResponse()Must be used when the corresponding ``BodySendMode`` in the :ref:`processing_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_mode>` is set to ``FULL_DUPLEX_STREAMED`` or ``GRPC``.BodyMutationOrBuilder.getStreamedResponse()Must be used when the corresponding ``BodySendMode`` in the :ref:`processing_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_mode>` is set to ``FULL_DUPLEX_STREAMED`` or ``GRPC``.static StreamedBodyResponseStreamedBodyResponse.parseDelimitedFrom(InputStream input) static StreamedBodyResponseStreamedBodyResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamedBodyResponseStreamedBodyResponse.parseFrom(byte[] data) static StreamedBodyResponseStreamedBodyResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamedBodyResponseStreamedBodyResponse.parseFrom(com.google.protobuf.ByteString data) static StreamedBodyResponseStreamedBodyResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamedBodyResponseStreamedBodyResponse.parseFrom(com.google.protobuf.CodedInputStream input) static StreamedBodyResponseStreamedBodyResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamedBodyResponseStreamedBodyResponse.parseFrom(InputStream input) static StreamedBodyResponseStreamedBodyResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StreamedBodyResponseStreamedBodyResponse.parseFrom(ByteBuffer data) static StreamedBodyResponseStreamedBodyResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type StreamedBodyResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StreamedBodyResponse>StreamedBodyResponse.getParserForType()static com.google.protobuf.Parser<StreamedBodyResponse>StreamedBodyResponse.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type StreamedBodyResponseModifier and TypeMethodDescriptionStreamedImmediateResponse.Builder.mergeBodyResponse(StreamedBodyResponse value) Response body to be sent downstream.StreamedBodyResponse.Builder.mergeFrom(StreamedBodyResponse other) BodyMutation.Builder.mergeStreamedResponse(StreamedBodyResponse value) Must be used when the corresponding ``BodySendMode`` in the :ref:`processing_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_mode>` is set to ``FULL_DUPLEX_STREAMED`` or ``GRPC``.static StreamedBodyResponse.BuilderStreamedBodyResponse.newBuilder(StreamedBodyResponse prototype) StreamedImmediateResponse.Builder.setBodyResponse(StreamedBodyResponse value) Response body to be sent downstream.BodyMutation.Builder.setStreamedResponse(StreamedBodyResponse value) Must be used when the corresponding ``BodySendMode`` in the :ref:`processing_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.processing_mode>` is set to ``FULL_DUPLEX_STREAMED`` or ``GRPC``.