Uses of Class
io.envoyproxy.envoy.service.auth.v3.AttributeContext.HttpRequest.Builder
Packages that use AttributeContext.HttpRequest.Builder
-
Uses of AttributeContext.HttpRequest.Builder in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return AttributeContext.HttpRequest.BuilderModifier and TypeMethodDescriptionAttributeContext.HttpRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.HttpRequest.Builder.clear()AttributeContext.HttpRequest.Builder.clearBody()The HTTP request body.AttributeContext.HttpRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) AttributeContext.HttpRequest.Builder.clearFragment()This field is always empty, and exists for compatibility reasons.AttributeContext.HttpRequest.Builder.clearHeaderMap()A list of the raw HTTP request headers.AttributeContext.HttpRequest.Builder.clearHeaders()AttributeContext.HttpRequest.Builder.clearHost()The HTTP request ``Host`` or ``:authority`` header value.AttributeContext.HttpRequest.Builder.clearId()The unique ID for a request, which can be propagated to downstream systems.AttributeContext.HttpRequest.Builder.clearMethod()The HTTP request method, such as ``GET``, ``POST``.AttributeContext.HttpRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) AttributeContext.HttpRequest.Builder.clearPath()The request target, as it appears in the first line of the HTTP request.AttributeContext.HttpRequest.Builder.clearProtocol()The network protocol used with the request, such as "HTTP/1.0", "HTTP/1.1", or "HTTP/2".AttributeContext.HttpRequest.Builder.clearQuery()This field is always empty, and exists for compatibility reasons.AttributeContext.HttpRequest.Builder.clearRawBody()The HTTP request body in bytes.AttributeContext.HttpRequest.Builder.clearScheme()The HTTP URL scheme, such as ``http`` and ``https``.AttributeContext.HttpRequest.Builder.clearSize()The HTTP request size in bytes.AttributeContext.HttpRequest.Builder.clone()AttributeContext.Request.Builder.getHttpBuilder()Represents an HTTP request or an HTTP-like request.AttributeContext.HttpRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AttributeContext.HttpRequest.Builder.mergeFrom(com.google.protobuf.Message other) AttributeContext.HttpRequest.Builder.mergeFrom(AttributeContext.HttpRequest other) AttributeContext.HttpRequest.Builder.mergeHeaderMap(HeaderMap value) A list of the raw HTTP request headers.AttributeContext.HttpRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.HttpRequest.newBuilder()AttributeContext.HttpRequest.newBuilder(AttributeContext.HttpRequest prototype) AttributeContext.HttpRequest.newBuilderForType()protected AttributeContext.HttpRequest.BuilderAttributeContext.HttpRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AttributeContext.HttpRequest.Builder.putAllHeaders(Map<String, String> values) The HTTP request headers.AttributeContext.HttpRequest.Builder.putHeaders(String key, String value) The HTTP request headers.AttributeContext.HttpRequest.Builder.removeHeaders(String key) The HTTP request headers.The HTTP request body.AttributeContext.HttpRequest.Builder.setBodyBytes(com.google.protobuf.ByteString value) The HTTP request body.AttributeContext.HttpRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AttributeContext.HttpRequest.Builder.setFragment(String value) This field is always empty, and exists for compatibility reasons.AttributeContext.HttpRequest.Builder.setFragmentBytes(com.google.protobuf.ByteString value) This field is always empty, and exists for compatibility reasons.AttributeContext.HttpRequest.Builder.setHeaderMap(HeaderMap value) A list of the raw HTTP request headers.AttributeContext.HttpRequest.Builder.setHeaderMap(HeaderMap.Builder builderForValue) A list of the raw HTTP request headers.The HTTP request ``Host`` or ``:authority`` header value.AttributeContext.HttpRequest.Builder.setHostBytes(com.google.protobuf.ByteString value) The HTTP request ``Host`` or ``:authority`` header value.The unique ID for a request, which can be propagated to downstream systems.AttributeContext.HttpRequest.Builder.setIdBytes(com.google.protobuf.ByteString value) The unique ID for a request, which can be propagated to downstream systems.The HTTP request method, such as ``GET``, ``POST``.AttributeContext.HttpRequest.Builder.setMethodBytes(com.google.protobuf.ByteString value) The HTTP request method, such as ``GET``, ``POST``.The request target, as it appears in the first line of the HTTP request.AttributeContext.HttpRequest.Builder.setPathBytes(com.google.protobuf.ByteString value) The request target, as it appears in the first line of the HTTP request.AttributeContext.HttpRequest.Builder.setProtocol(String value) The network protocol used with the request, such as "HTTP/1.0", "HTTP/1.1", or "HTTP/2".AttributeContext.HttpRequest.Builder.setProtocolBytes(com.google.protobuf.ByteString value) The network protocol used with the request, such as "HTTP/1.0", "HTTP/1.1", or "HTTP/2".This field is always empty, and exists for compatibility reasons.AttributeContext.HttpRequest.Builder.setQueryBytes(com.google.protobuf.ByteString value) This field is always empty, and exists for compatibility reasons.AttributeContext.HttpRequest.Builder.setRawBody(com.google.protobuf.ByteString value) The HTTP request body in bytes.AttributeContext.HttpRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The HTTP URL scheme, such as ``http`` and ``https``.AttributeContext.HttpRequest.Builder.setSchemeBytes(com.google.protobuf.ByteString value) The HTTP URL scheme, such as ``http`` and ``https``.AttributeContext.HttpRequest.Builder.setSize(long value) The HTTP request size in bytes.AttributeContext.HttpRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) AttributeContext.HttpRequest.toBuilder()Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type AttributeContext.HttpRequest.BuilderModifier and TypeMethodDescriptionAttributeContext.Request.Builder.setHttp(AttributeContext.HttpRequest.Builder builderForValue) Represents an HTTP request or an HTTP-like request.