public final class Http1ProtocolOptions extends com.google.protobuf.GeneratedMessageV3 implements Http1ProtocolOptionsOrBuilder
[#next-free-field: 6]Protobuf type
envoy.api.v2.core.Http1ProtocolOptions
Modifier and Type | Class and Description |
---|---|
static class |
Http1ProtocolOptions.Builder
[#next-free-field: 6]
Protobuf type
envoy.api.v2.core.Http1ProtocolOptions |
static class |
Http1ProtocolOptions.HeaderKeyFormat
Protobuf type
envoy.api.v2.core.Http1ProtocolOptions.HeaderKeyFormat |
static interface |
Http1ProtocolOptions.HeaderKeyFormatOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPT_HTTP_10_FIELD_NUMBER |
static int |
ALLOW_ABSOLUTE_URL_FIELD_NUMBER |
static int |
DEFAULT_HOST_FOR_HTTP_10_FIELD_NUMBER |
static int |
ENABLE_TRAILERS_FIELD_NUMBER |
static int |
HEADER_KEY_FORMAT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getAcceptHttp10()
Handle incoming HTTP/1.0 and HTTP 0.9 requests.
|
com.google.protobuf.BoolValue |
getAllowAbsoluteUrl()
Handle HTTP requests with absolute URLs in the requests.
|
com.google.protobuf.BoolValueOrBuilder |
getAllowAbsoluteUrlOrBuilder()
Handle HTTP requests with absolute URLs in the requests.
|
String |
getDefaultHostForHttp10()
A default host for HTTP/1.0 requests.
|
com.google.protobuf.ByteString |
getDefaultHostForHttp10Bytes()
A default host for HTTP/1.0 requests.
|
static Http1ProtocolOptions |
getDefaultInstance() |
Http1ProtocolOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableTrailers()
Enables trailers for HTTP/1.
|
Http1ProtocolOptions.HeaderKeyFormat |
getHeaderKeyFormat()
Describes how the keys for response headers should be formatted.
|
Http1ProtocolOptions.HeaderKeyFormatOrBuilder |
getHeaderKeyFormatOrBuilder()
Describes how the keys for response headers should be formatted.
|
com.google.protobuf.Parser<Http1ProtocolOptions> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllowAbsoluteUrl()
Handle HTTP requests with absolute URLs in the requests.
|
int |
hashCode() |
boolean |
hasHeaderKeyFormat()
Describes how the keys for response headers should be formatted.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Http1ProtocolOptions.Builder |
newBuilder() |
static Http1ProtocolOptions.Builder |
newBuilder(Http1ProtocolOptions prototype) |
Http1ProtocolOptions.Builder |
newBuilderForType() |
protected Http1ProtocolOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Http1ProtocolOptions |
parseDelimitedFrom(InputStream input) |
static Http1ProtocolOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Http1ProtocolOptions |
parseFrom(byte[] data) |
static Http1ProtocolOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Http1ProtocolOptions |
parseFrom(ByteBuffer data) |
static Http1ProtocolOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Http1ProtocolOptions |
parseFrom(com.google.protobuf.ByteString data) |
static Http1ProtocolOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Http1ProtocolOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Http1ProtocolOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Http1ProtocolOptions |
parseFrom(InputStream input) |
static Http1ProtocolOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Http1ProtocolOptions> |
parser() |
Http1ProtocolOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int ALLOW_ABSOLUTE_URL_FIELD_NUMBER
public static final int ACCEPT_HTTP_10_FIELD_NUMBER
public static final int DEFAULT_HOST_FOR_HTTP_10_FIELD_NUMBER
public static final int HEADER_KEY_FORMAT_FIELD_NUMBER
public static final int ENABLE_TRAILERS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasAllowAbsoluteUrl()
Handle HTTP requests with absolute URLs in the requests. These requests are generally sent by clients to forward/explicit proxies. This allows clients to configure envoy as their HTTP proxy. In Unix, for example, this is typically done by setting the *http_proxy* environment variable.
.google.protobuf.BoolValue allow_absolute_url = 1;
hasAllowAbsoluteUrl
in interface Http1ProtocolOptionsOrBuilder
public com.google.protobuf.BoolValue getAllowAbsoluteUrl()
Handle HTTP requests with absolute URLs in the requests. These requests are generally sent by clients to forward/explicit proxies. This allows clients to configure envoy as their HTTP proxy. In Unix, for example, this is typically done by setting the *http_proxy* environment variable.
.google.protobuf.BoolValue allow_absolute_url = 1;
getAllowAbsoluteUrl
in interface Http1ProtocolOptionsOrBuilder
public com.google.protobuf.BoolValueOrBuilder getAllowAbsoluteUrlOrBuilder()
Handle HTTP requests with absolute URLs in the requests. These requests are generally sent by clients to forward/explicit proxies. This allows clients to configure envoy as their HTTP proxy. In Unix, for example, this is typically done by setting the *http_proxy* environment variable.
.google.protobuf.BoolValue allow_absolute_url = 1;
getAllowAbsoluteUrlOrBuilder
in interface Http1ProtocolOptionsOrBuilder
public boolean getAcceptHttp10()
Handle incoming HTTP/1.0 and HTTP 0.9 requests. This is off by default, and not fully standards compliant. There is support for pre-HTTP/1.1 style connect logic, dechunking, and handling lack of client host iff *default_host_for_http_10* is configured.
bool accept_http_10 = 2;
getAcceptHttp10
in interface Http1ProtocolOptionsOrBuilder
public String getDefaultHostForHttp10()
A default host for HTTP/1.0 requests. This is highly suggested if *accept_http_10* is true as Envoy does not otherwise support HTTP/1.0 without a Host header. This is a no-op if *accept_http_10* is not true.
string default_host_for_http_10 = 3;
getDefaultHostForHttp10
in interface Http1ProtocolOptionsOrBuilder
public com.google.protobuf.ByteString getDefaultHostForHttp10Bytes()
A default host for HTTP/1.0 requests. This is highly suggested if *accept_http_10* is true as Envoy does not otherwise support HTTP/1.0 without a Host header. This is a no-op if *accept_http_10* is not true.
string default_host_for_http_10 = 3;
getDefaultHostForHttp10Bytes
in interface Http1ProtocolOptionsOrBuilder
public boolean hasHeaderKeyFormat()
Describes how the keys for response headers should be formatted. By default, all header keys are lower cased.
.envoy.api.v2.core.Http1ProtocolOptions.HeaderKeyFormat header_key_format = 4;
hasHeaderKeyFormat
in interface Http1ProtocolOptionsOrBuilder
public Http1ProtocolOptions.HeaderKeyFormat getHeaderKeyFormat()
Describes how the keys for response headers should be formatted. By default, all header keys are lower cased.
.envoy.api.v2.core.Http1ProtocolOptions.HeaderKeyFormat header_key_format = 4;
getHeaderKeyFormat
in interface Http1ProtocolOptionsOrBuilder
public Http1ProtocolOptions.HeaderKeyFormatOrBuilder getHeaderKeyFormatOrBuilder()
Describes how the keys for response headers should be formatted. By default, all header keys are lower cased.
.envoy.api.v2.core.Http1ProtocolOptions.HeaderKeyFormat header_key_format = 4;
getHeaderKeyFormatOrBuilder
in interface Http1ProtocolOptionsOrBuilder
public boolean getEnableTrailers()
Enables trailers for HTTP/1. By default the HTTP/1 codec drops proxied trailers. .. attention:: Note that this only happens when Envoy is chunk encoding which occurs when: - The request is HTTP/1.1. - Is neither a HEAD only request nor a HTTP Upgrade. - Not a response to a HEAD request. - The content length header is not present.
bool enable_trailers = 5;
getEnableTrailers
in interface Http1ProtocolOptionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Http1ProtocolOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Http1ProtocolOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Http1ProtocolOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Http1ProtocolOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Http1ProtocolOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Http1ProtocolOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Http1ProtocolOptions parseFrom(InputStream input) throws IOException
IOException
public static Http1ProtocolOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Http1ProtocolOptions parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Http1ProtocolOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Http1ProtocolOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Http1ProtocolOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Http1ProtocolOptions.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Http1ProtocolOptions.Builder newBuilder()
public static Http1ProtocolOptions.Builder newBuilder(Http1ProtocolOptions prototype)
public Http1ProtocolOptions.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Http1ProtocolOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Http1ProtocolOptions getDefaultInstance()
public static com.google.protobuf.Parser<Http1ProtocolOptions> parser()
public com.google.protobuf.Parser<Http1ProtocolOptions> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Http1ProtocolOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2018–2021 The Envoy Project. All rights reserved.