Uses of Class
io.envoyproxy.envoy.config.core.v3.HeaderValue
Packages that use HeaderValue
Package
Description
-
Uses of HeaderValue in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return HeaderValueModifier and TypeMethodDescriptionHeaderValue.Builder.build()HeaderValue.Builder.buildPartial()static HeaderValueHeaderValue.getDefaultInstance()HeaderValue.Builder.getDefaultInstanceForType()HeaderValue.getDefaultInstanceForType()HeaderValueOption.Builder.getHeader()Header name/value pair that this option applies to.HeaderValueOption.getHeader()Header name/value pair that this option applies to.HeaderValueOptionOrBuilder.getHeader()Header name/value pair that this option applies to.HeaderMap.Builder.getHeaders(int index) A list of header names and their values.HeaderMap.getHeaders(int index) A list of header names and their values.HeaderMapOrBuilder.getHeaders(int index) A list of header names and their values.GrpcService.Builder.getInitialMetadata(int index) Additional metadata to include in streams initiated to the GrpcService.GrpcService.getInitialMetadata(int index) Additional metadata to include in streams initiated to the GrpcService.GrpcServiceOrBuilder.getInitialMetadata(int index) Additional metadata to include in streams initiated to the GrpcService.static HeaderValueHeaderValue.parseDelimitedFrom(InputStream input) static HeaderValueHeaderValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderValueHeaderValue.parseFrom(byte[] data) static HeaderValueHeaderValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderValueHeaderValue.parseFrom(com.google.protobuf.ByteString data) static HeaderValueHeaderValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderValueHeaderValue.parseFrom(com.google.protobuf.CodedInputStream input) static HeaderValueHeaderValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderValueHeaderValue.parseFrom(InputStream input) static HeaderValueHeaderValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderValueHeaderValue.parseFrom(ByteBuffer data) static HeaderValueHeaderValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionHeaderMap.Builder.getHeadersList()A list of header names and their values.HeaderMap.getHeadersList()A list of header names and their values.HeaderMapOrBuilder.getHeadersList()A list of header names and their values.GrpcService.Builder.getInitialMetadataList()Additional metadata to include in streams initiated to the GrpcService.GrpcService.getInitialMetadataList()Additional metadata to include in streams initiated to the GrpcService.GrpcServiceOrBuilder.getInitialMetadataList()Additional metadata to include in streams initiated to the GrpcService.com.google.protobuf.Parser<HeaderValue>HeaderValue.getParserForType()static com.google.protobuf.Parser<HeaderValue>HeaderValue.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HeaderValueModifier and TypeMethodDescriptionHeaderMap.Builder.addHeaders(int index, HeaderValue value) A list of header names and their values.HeaderMap.Builder.addHeaders(HeaderValue value) A list of header names and their values.GrpcService.Builder.addInitialMetadata(int index, HeaderValue value) Additional metadata to include in streams initiated to the GrpcService.GrpcService.Builder.addInitialMetadata(HeaderValue value) Additional metadata to include in streams initiated to the GrpcService.HeaderValue.Builder.mergeFrom(HeaderValue other) HeaderValueOption.Builder.mergeHeader(HeaderValue value) Header name/value pair that this option applies to.static HeaderValue.BuilderHeaderValue.newBuilder(HeaderValue prototype) HeaderValueOption.Builder.setHeader(HeaderValue value) Header name/value pair that this option applies to.HeaderMap.Builder.setHeaders(int index, HeaderValue value) A list of header names and their values.GrpcService.Builder.setInitialMetadata(int index, HeaderValue value) Additional metadata to include in streams initiated to the GrpcService.Method parameters in io.envoyproxy.envoy.config.core.v3 with type arguments of type HeaderValueModifier and TypeMethodDescriptionHeaderMap.Builder.addAllHeaders(Iterable<? extends HeaderValue> values) A list of header names and their values.GrpcService.Builder.addAllInitialMetadata(Iterable<? extends HeaderValue> values) Additional metadata to include in streams initiated to the GrpcService. -
Uses of HeaderValue in io.envoyproxy.envoy.data.tap.v3
Methods in io.envoyproxy.envoy.data.tap.v3 that return HeaderValueModifier and TypeMethodDescriptionHttpBufferedTrace.Message.Builder.getHeaders(int index) Message headers.HttpBufferedTrace.Message.getHeaders(int index) Message headers.HttpBufferedTrace.MessageOrBuilder.getHeaders(int index) Message headers.HttpBufferedTrace.Message.Builder.getTrailers(int index) Message trailers.HttpBufferedTrace.Message.getTrailers(int index) Message trailers.HttpBufferedTrace.MessageOrBuilder.getTrailers(int index) Message trailers.Methods in io.envoyproxy.envoy.data.tap.v3 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionHttpBufferedTrace.Message.Builder.getHeadersList()Message headers.HttpBufferedTrace.Message.getHeadersList()Message headers.HttpBufferedTrace.MessageOrBuilder.getHeadersList()Message headers.HttpBufferedTrace.Message.Builder.getTrailersList()Message trailers.HttpBufferedTrace.Message.getTrailersList()Message trailers.HttpBufferedTrace.MessageOrBuilder.getTrailersList()Message trailers.Methods in io.envoyproxy.envoy.data.tap.v3 with parameters of type HeaderValueModifier and TypeMethodDescriptionHttpBufferedTrace.Message.Builder.addHeaders(int index, HeaderValue value) Message headers.HttpBufferedTrace.Message.Builder.addHeaders(HeaderValue value) Message headers.HttpBufferedTrace.Message.Builder.addTrailers(int index, HeaderValue value) Message trailers.HttpBufferedTrace.Message.Builder.addTrailers(HeaderValue value) Message trailers.HttpBufferedTrace.Message.Builder.setHeaders(int index, HeaderValue value) Message headers.HttpBufferedTrace.Message.Builder.setTrailers(int index, HeaderValue value) Message trailers.Method parameters in io.envoyproxy.envoy.data.tap.v3 with type arguments of type HeaderValueModifier and TypeMethodDescriptionHttpBufferedTrace.Message.Builder.addAllHeaders(Iterable<? extends HeaderValue> values) Message headers.HttpBufferedTrace.Message.Builder.addAllTrailers(Iterable<? extends HeaderValue> values) Message trailers. -
Uses of HeaderValue in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.getHeadersToAdd(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.getHeadersToAdd(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequestOrBuilder.getHeadersToAdd(int index) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.getHeadersToAddList()Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.getHeadersToAddList()Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequestOrBuilder.getHeadersToAddList()Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.addHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.AuthorizationRequest.Builder.setHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden.Method parameters in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with type arguments of type HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.addAllHeadersToAdd(Iterable<? extends HeaderValue> values) Sets a list of headers that will be included in the request to the authorization service. .. note:: Client request headers with the same key will be overridden. -
Uses of HeaderValue in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return HeaderValueModifier and TypeMethodDescriptionExtProcOverrides.Builder.getGrpcInitialMetadata(int index) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.ExtProcOverrides.getGrpcInitialMetadata(int index) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.ExtProcOverridesOrBuilder.getGrpcInitialMetadata(int index) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionExtProcOverrides.Builder.getGrpcInitialMetadataList()Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.ExtProcOverrides.getGrpcInitialMetadataList()Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.ExtProcOverridesOrBuilder.getGrpcInitialMetadataList()Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type HeaderValueModifier and TypeMethodDescriptionExtProcOverrides.Builder.addGrpcInitialMetadata(int index, HeaderValue value) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.ExtProcOverrides.Builder.addGrpcInitialMetadata(HeaderValue value) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.ExtProcOverrides.Builder.setGrpcInitialMetadata(int index, HeaderValue value) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service.Method parameters in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with type arguments of type HeaderValueModifier and TypeMethodDescriptionExtProcOverrides.Builder.addAllGrpcInitialMetadata(Iterable<? extends HeaderValue> values) Additional metadata to include into streams initiated to the ``ext_proc`` gRPC service. -
Uses of HeaderValue in io.envoyproxy.envoy.service.ratelimit.v3
Methods in io.envoyproxy.envoy.service.ratelimit.v3 that return HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.getRequestHeadersToAdd(int index) A list of headers to add to the request when forwardedRateLimitResponse.getRequestHeadersToAdd(int index) A list of headers to add to the request when forwardedRateLimitResponseOrBuilder.getRequestHeadersToAdd(int index) A list of headers to add to the request when forwardedRateLimitResponse.Builder.getResponseHeadersToAdd(int index) A list of headers to add to the responseRateLimitResponse.getResponseHeadersToAdd(int index) A list of headers to add to the responseRateLimitResponseOrBuilder.getResponseHeadersToAdd(int index) A list of headers to add to the responseMethods in io.envoyproxy.envoy.service.ratelimit.v3 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.getRequestHeadersToAddList()A list of headers to add to the request when forwardedRateLimitResponse.getRequestHeadersToAddList()A list of headers to add to the request when forwardedRateLimitResponseOrBuilder.getRequestHeadersToAddList()A list of headers to add to the request when forwardedRateLimitResponse.Builder.getResponseHeadersToAddList()A list of headers to add to the responseRateLimitResponse.getResponseHeadersToAddList()A list of headers to add to the responseRateLimitResponseOrBuilder.getResponseHeadersToAddList()A list of headers to add to the responseMethods in io.envoyproxy.envoy.service.ratelimit.v3 with parameters of type HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.addRequestHeadersToAdd(int index, HeaderValue value) A list of headers to add to the request when forwardedRateLimitResponse.Builder.addRequestHeadersToAdd(HeaderValue value) A list of headers to add to the request when forwardedRateLimitResponse.Builder.addResponseHeadersToAdd(int index, HeaderValue value) A list of headers to add to the responseRateLimitResponse.Builder.addResponseHeadersToAdd(HeaderValue value) A list of headers to add to the responseRateLimitResponse.Builder.setRequestHeadersToAdd(int index, HeaderValue value) A list of headers to add to the request when forwardedRateLimitResponse.Builder.setResponseHeadersToAdd(int index, HeaderValue value) A list of headers to add to the responseMethod parameters in io.envoyproxy.envoy.service.ratelimit.v3 with type arguments of type HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.addAllRequestHeadersToAdd(Iterable<? extends HeaderValue> values) A list of headers to add to the request when forwardedRateLimitResponse.Builder.addAllResponseHeadersToAdd(Iterable<? extends HeaderValue> values) A list of headers to add to the response