Uses of Class
io.envoyproxy.envoy.api.v2.core.HeaderValue
Packages that use HeaderValue
Package
Description
-
Uses of HeaderValue in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core 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) repeated .envoy.api.v2.core.HeaderValue headers = 1;HeaderMap.getHeaders(int index) repeated .envoy.api.v2.core.HeaderValue headers = 1;HeaderMapOrBuilder.getHeaders(int index) repeated .envoy.api.v2.core.HeaderValue headers = 1;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.api.v2.core that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionHeaderMap.Builder.getHeadersList()repeated .envoy.api.v2.core.HeaderValue headers = 1;HeaderMap.getHeadersList()repeated .envoy.api.v2.core.HeaderValue headers = 1;HeaderMapOrBuilder.getHeadersList()repeated .envoy.api.v2.core.HeaderValue headers = 1;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.api.v2.core with parameters of type HeaderValueModifier and TypeMethodDescriptionHeaderMap.Builder.addHeaders(int index, HeaderValue value) repeated .envoy.api.v2.core.HeaderValue headers = 1;HeaderMap.Builder.addHeaders(HeaderValue value) repeated .envoy.api.v2.core.HeaderValue headers = 1;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) repeated .envoy.api.v2.core.HeaderValue headers = 1;GrpcService.Builder.setInitialMetadata(int index, HeaderValue value) Additional metadata to include in streams initiated to the GrpcService.Method parameters in io.envoyproxy.envoy.api.v2.core with type arguments of type HeaderValueModifier and TypeMethodDescriptionHeaderMap.Builder.addAllHeaders(Iterable<? extends HeaderValue> values) repeated .envoy.api.v2.core.HeaderValue headers = 1;GrpcService.Builder.addAllInitialMetadata(Iterable<? extends HeaderValue> values) Additional metadata to include in streams initiated to the GrpcService. -
Uses of HeaderValue in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.getHeadersToAdd(int index) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.getHeadersToAdd(int index) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequestOrBuilder.getHeadersToAdd(int index) Sets a list of headers that will be included to the request to authorization service.Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.getHeadersToAddList()Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.getHeadersToAddList()Sets a list of headers that will be included to the request to authorization service.AuthorizationRequestOrBuilder.getHeadersToAddList()Sets a list of headers that will be included to the request to authorization service.Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with parameters of type HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.addHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.Builder.addHeadersToAdd(HeaderValue value) Sets a list of headers that will be included to the request to authorization service.AuthorizationRequest.Builder.setHeadersToAdd(int index, HeaderValue value) Sets a list of headers that will be included to the request to authorization service.Method parameters in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with type arguments of type HeaderValueModifier and TypeMethodDescriptionAuthorizationRequest.Builder.addAllHeadersToAdd(Iterable<? extends HeaderValue> values) Sets a list of headers that will be included to the request to authorization service. -
Uses of HeaderValue in io.envoyproxy.envoy.data.tap.v2alpha
Methods in io.envoyproxy.envoy.data.tap.v2alpha 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.v2alpha 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.v2alpha 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.v2alpha 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.service.ratelimit.v2
Methods in io.envoyproxy.envoy.service.ratelimit.v2 that return HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.getHeaders(int index) A list of headers to add to the responseRateLimitResponse.getHeaders(int index) A list of headers to add to the responseRateLimitResponseOrBuilder.getHeaders(int index) A list of headers to add to the responseRateLimitResponse.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 forwardedMethods in io.envoyproxy.envoy.service.ratelimit.v2 that return types with arguments of type HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.getHeadersList()A list of headers to add to the responseRateLimitResponse.getHeadersList()A list of headers to add to the responseRateLimitResponseOrBuilder.getHeadersList()A list of headers to add to the responseRateLimitResponse.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 forwardedMethods in io.envoyproxy.envoy.service.ratelimit.v2 with parameters of type HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.addHeaders(int index, HeaderValue value) A list of headers to add to the responseRateLimitResponse.Builder.addHeaders(HeaderValue value) A list of headers to add to the responseRateLimitResponse.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.setHeaders(int index, 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 forwardedMethod parameters in io.envoyproxy.envoy.service.ratelimit.v2 with type arguments of type HeaderValueModifier and TypeMethodDescriptionRateLimitResponse.Builder.addAllHeaders(Iterable<? extends HeaderValue> values) A list of headers to add to the responseRateLimitResponse.Builder.addAllRequestHeadersToAdd(Iterable<? extends HeaderValue> values) A list of headers to add to the request when forwarded