| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
HttpHeaders.Builder.build() |
HttpHeaders |
HttpHeaders.Builder.buildPartial() |
static HttpHeaders |
HttpHeaders.getDefaultInstance() |
HttpHeaders |
HttpHeaders.getDefaultInstanceForType() |
HttpHeaders |
HttpHeaders.Builder.getDefaultInstanceForType() |
HttpHeaders |
ProcessingRequest.getRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
HttpHeaders |
ProcessingRequest.Builder.getRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
HttpHeaders |
ProcessingRequestOrBuilder.getRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
HttpHeaders |
ProcessingRequest.getResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
HttpHeaders |
ProcessingRequest.Builder.getResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
HttpHeaders |
ProcessingRequestOrBuilder.getResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
static HttpHeaders |
HttpHeaders.parseDelimitedFrom(InputStream input) |
static HttpHeaders |
HttpHeaders.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
HttpHeaders.parseFrom(byte[] data) |
static HttpHeaders |
HttpHeaders.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
HttpHeaders.parseFrom(ByteBuffer data) |
static HttpHeaders |
HttpHeaders.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
HttpHeaders.parseFrom(com.google.protobuf.ByteString data) |
static HttpHeaders |
HttpHeaders.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
HttpHeaders.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpHeaders |
HttpHeaders.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaders |
HttpHeaders.parseFrom(InputStream input) |
static HttpHeaders |
HttpHeaders.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpHeaders> |
HttpHeaders.getParserForType() |
static com.google.protobuf.Parser<HttpHeaders> |
HttpHeaders.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders.Builder |
HttpHeaders.Builder.mergeFrom(HttpHeaders other) |
ProcessingRequest.Builder |
ProcessingRequest.Builder.mergeRequestHeaders(HttpHeaders value)
Information about the HTTP request headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
ProcessingRequest.Builder.mergeResponseHeaders(HttpHeaders value)
Information about the HTTP response headers, as well as peer info and additional
properties.
|
static HttpHeaders.Builder |
HttpHeaders.newBuilder(HttpHeaders prototype) |
ProcessingRequest.Builder |
ProcessingRequest.Builder.setRequestHeaders(HttpHeaders value)
Information about the HTTP request headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
ProcessingRequest.Builder.setResponseHeaders(HttpHeaders value)
Information about the HTTP response headers, as well as peer info and additional
properties.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.