Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HeadersResponse
Packages that use HeadersResponse
-
Uses of HeadersResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HeadersResponseModifier and TypeMethodDescriptionHeadersResponse.Builder.build()HeadersResponse.Builder.buildPartial()static HeadersResponseHeadersResponse.getDefaultInstance()HeadersResponse.Builder.getDefaultInstanceForType()HeadersResponse.getDefaultInstanceForType()ProcessingResponse.Builder.getRequestHeaders()The server must send back this message in response to a message with the ``request_headers`` field set.ProcessingResponse.getRequestHeaders()The server must send back this message in response to a message with the ``request_headers`` field set.ProcessingResponseOrBuilder.getRequestHeaders()The server must send back this message in response to a message with the ``request_headers`` field set.ProcessingResponse.Builder.getResponseHeaders()The server must send back this message in response to a message with the ``response_headers`` field set.ProcessingResponse.getResponseHeaders()The server must send back this message in response to a message with the ``response_headers`` field set.ProcessingResponseOrBuilder.getResponseHeaders()The server must send back this message in response to a message with the ``response_headers`` field set.static HeadersResponseHeadersResponse.parseDelimitedFrom(InputStream input) static HeadersResponseHeadersResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeadersResponseHeadersResponse.parseFrom(byte[] data) static HeadersResponseHeadersResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeadersResponseHeadersResponse.parseFrom(com.google.protobuf.ByteString data) static HeadersResponseHeadersResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeadersResponseHeadersResponse.parseFrom(com.google.protobuf.CodedInputStream input) static HeadersResponseHeadersResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeadersResponseHeadersResponse.parseFrom(InputStream input) static HeadersResponseHeadersResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeadersResponseHeadersResponse.parseFrom(ByteBuffer data) static HeadersResponseHeadersResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type HeadersResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HeadersResponse>HeadersResponse.getParserForType()static com.google.protobuf.Parser<HeadersResponse>HeadersResponse.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HeadersResponseModifier and TypeMethodDescriptionHeadersResponse.Builder.mergeFrom(HeadersResponse other) ProcessingResponse.Builder.mergeRequestHeaders(HeadersResponse value) The server must send back this message in response to a message with the ``request_headers`` field set.ProcessingResponse.Builder.mergeResponseHeaders(HeadersResponse value) The server must send back this message in response to a message with the ``response_headers`` field set.static HeadersResponse.BuilderHeadersResponse.newBuilder(HeadersResponse prototype) ProcessingResponse.Builder.setRequestHeaders(HeadersResponse value) The server must send back this message in response to a message with the ``request_headers`` field set.ProcessingResponse.Builder.setResponseHeaders(HeadersResponse value) The server must send back this message in response to a message with the ``response_headers`` field set.