Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HttpHeaders
-
Packages that use HttpHeaders Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of HttpHeaders in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpHeaders Modifier and Type Method Description HttpHeadersHttpHeaders.Builder. build()HttpHeadersHttpHeaders.Builder. buildPartial()static HttpHeadersHttpHeaders. getDefaultInstance()HttpHeadersHttpHeaders.Builder. getDefaultInstanceForType()HttpHeadersHttpHeaders. getDefaultInstanceForType()HttpHeadersProcessingRequest.Builder. getRequestHeaders()Information about the HTTP request headers, as well as peer info and additional properties.HttpHeadersProcessingRequest. getRequestHeaders()Information about the HTTP request headers, as well as peer info and additional properties.HttpHeadersProcessingRequestOrBuilder. getRequestHeaders()Information about the HTTP request headers, as well as peer info and additional properties.HttpHeadersProcessingRequest.Builder. getResponseHeaders()Information about the HTTP response headers, as well as peer info and additional properties.HttpHeadersProcessingRequest. getResponseHeaders()Information about the HTTP response headers, as well as peer info and additional properties.HttpHeadersProcessingRequestOrBuilder. getResponseHeaders()Information about the HTTP response headers, as well as peer info and additional properties.static HttpHeadersHttpHeaders. parseDelimitedFrom(InputStream input)static HttpHeadersHttpHeaders. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeadersHttpHeaders. parseFrom(byte[] data)static HttpHeadersHttpHeaders. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeadersHttpHeaders. parseFrom(com.google.protobuf.ByteString data)static HttpHeadersHttpHeaders. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeadersHttpHeaders. parseFrom(com.google.protobuf.CodedInputStream input)static HttpHeadersHttpHeaders. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeadersHttpHeaders. parseFrom(InputStream input)static HttpHeadersHttpHeaders. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpHeadersHttpHeaders. parseFrom(ByteBuffer data)static HttpHeadersHttpHeaders. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type HttpHeaders Modifier and Type Method Description com.google.protobuf.Parser<HttpHeaders>HttpHeaders. getParserForType()static com.google.protobuf.Parser<HttpHeaders>HttpHeaders. parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpHeaders Modifier and Type Method Description HttpHeaders.BuilderHttpHeaders.Builder. mergeFrom(HttpHeaders other)ProcessingRequest.BuilderProcessingRequest.Builder. mergeRequestHeaders(HttpHeaders value)Information about the HTTP request headers, as well as peer info and additional properties.ProcessingRequest.BuilderProcessingRequest.Builder. mergeResponseHeaders(HttpHeaders value)Information about the HTTP response headers, as well as peer info and additional properties.static HttpHeaders.BuilderHttpHeaders. newBuilder(HttpHeaders prototype)ProcessingRequest.BuilderProcessingRequest.Builder. setRequestHeaders(HttpHeaders value)Information about the HTTP request headers, as well as peer info and additional properties.ProcessingRequest.BuilderProcessingRequest.Builder. setResponseHeaders(HttpHeaders value)Information about the HTTP response headers, as well as peer info and additional properties.
-