Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clear() |
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearAcceptHttp10() |
Handle incoming HTTP/1.0 and HTTP 0.9 requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearAllowAbsoluteUrl() |
Handle HTTP requests with absolute URLs in the requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearAllowChunkedLength() |
Allows Envoy to process requests/responses with both ``Content-Length`` and ``Transfer-Encoding``
headers set.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearAllowCustomMethods() |
[#not-implemented-hide:] Hiding so that field can be removed.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearDefaultHostForHttp10() |
A default host for HTTP/1.0 requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearEnableTrailers() |
Enables trailers for HTTP/1.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearHeaderKeyFormat() |
Describes how the keys for response headers should be formatted.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearOverrideStreamErrorOnInvalidHttpMessage() |
Allows invalid HTTP messaging.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearSendFullyQualifiedUrl() |
Allows sending fully qualified URLs when proxying the first line of the
response.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.clearUseBalsaParser() |
[#not-implemented-hide:] Hiding so that field can be removed after BalsaParser is rolled out.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeAllowAbsoluteUrl(com.google.protobuf.BoolValue value) |
Handle HTTP requests with absolute URLs in the requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeFrom(Http1ProtocolOptions other) |
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeHeaderKeyFormat(Http1ProtocolOptions.HeaderKeyFormat value) |
Describes how the keys for response headers should be formatted.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeOverrideStreamErrorOnInvalidHttpMessage(com.google.protobuf.BoolValue value) |
Allows invalid HTTP messaging.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.mergeUseBalsaParser(com.google.protobuf.BoolValue value) |
[#not-implemented-hide:] Hiding so that field can be removed after BalsaParser is rolled out.
|
static Http1ProtocolOptions.Builder |
Http1ProtocolOptions.newBuilder() |
|
static Http1ProtocolOptions.Builder |
Http1ProtocolOptions.newBuilder(Http1ProtocolOptions prototype) |
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.newBuilderForType() |
|
protected Http1ProtocolOptions.Builder |
Http1ProtocolOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setAcceptHttp10(boolean value) |
Handle incoming HTTP/1.0 and HTTP 0.9 requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setAllowAbsoluteUrl(com.google.protobuf.BoolValue value) |
Handle HTTP requests with absolute URLs in the requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setAllowAbsoluteUrl(com.google.protobuf.BoolValue.Builder builderForValue) |
Handle HTTP requests with absolute URLs in the requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setAllowChunkedLength(boolean value) |
Allows Envoy to process requests/responses with both ``Content-Length`` and ``Transfer-Encoding``
headers set.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setAllowCustomMethods(boolean value) |
[#not-implemented-hide:] Hiding so that field can be removed.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setDefaultHostForHttp10(java.lang.String value) |
A default host for HTTP/1.0 requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setDefaultHostForHttp10Bytes(com.google.protobuf.ByteString value) |
A default host for HTTP/1.0 requests.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setEnableTrailers(boolean value) |
Enables trailers for HTTP/1.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setHeaderKeyFormat(Http1ProtocolOptions.HeaderKeyFormat value) |
Describes how the keys for response headers should be formatted.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setHeaderKeyFormat(Http1ProtocolOptions.HeaderKeyFormat.Builder builderForValue) |
Describes how the keys for response headers should be formatted.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setOverrideStreamErrorOnInvalidHttpMessage(com.google.protobuf.BoolValue value) |
Allows invalid HTTP messaging.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setOverrideStreamErrorOnInvalidHttpMessage(com.google.protobuf.BoolValue.Builder builderForValue) |
Allows invalid HTTP messaging.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setSendFullyQualifiedUrl(boolean value) |
Allows sending fully qualified URLs when proxying the first line of the
response.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setUseBalsaParser(com.google.protobuf.BoolValue value) |
[#not-implemented-hide:] Hiding so that field can be removed after BalsaParser is rolled out.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.Builder.setUseBalsaParser(com.google.protobuf.BoolValue.Builder builderForValue) |
[#not-implemented-hide:] Hiding so that field can be removed after BalsaParser is rolled out.
|
Http1ProtocolOptions.Builder |
Http1ProtocolOptions.toBuilder() |
|