Uses of Class
io.envoyproxy.envoy.config.core.v3.SchemeHeaderTransformation
-
Packages that use SchemeHeaderTransformation Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of SchemeHeaderTransformation in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as SchemeHeaderTransformation Modifier and Type Field Description private static SchemeHeaderTransformation
SchemeHeaderTransformation. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type SchemeHeaderTransformation Modifier and Type Field Description private static com.google.protobuf.Parser<SchemeHeaderTransformation>
SchemeHeaderTransformation. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return SchemeHeaderTransformation Modifier and Type Method Description SchemeHeaderTransformation
SchemeHeaderTransformation.Builder. build()
SchemeHeaderTransformation
SchemeHeaderTransformation.Builder. buildPartial()
static SchemeHeaderTransformation
SchemeHeaderTransformation. getDefaultInstance()
SchemeHeaderTransformation
SchemeHeaderTransformation.Builder. getDefaultInstanceForType()
SchemeHeaderTransformation
SchemeHeaderTransformation. getDefaultInstanceForType()
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseDelimitedFrom(java.io.InputStream input)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(byte[] data)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(com.google.protobuf.ByteString data)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(com.google.protobuf.CodedInputStream input)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(java.io.InputStream input)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(java.nio.ByteBuffer data)
static SchemeHeaderTransformation
SchemeHeaderTransformation. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type SchemeHeaderTransformation Modifier and Type Method Description com.google.protobuf.Parser<SchemeHeaderTransformation>
SchemeHeaderTransformation. getParserForType()
static com.google.protobuf.Parser<SchemeHeaderTransformation>
SchemeHeaderTransformation. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type SchemeHeaderTransformation Modifier and Type Method Description private void
SchemeHeaderTransformation.Builder. buildPartial0(SchemeHeaderTransformation result)
private void
SchemeHeaderTransformation.Builder. buildPartialOneofs(SchemeHeaderTransformation result)
SchemeHeaderTransformation.Builder
SchemeHeaderTransformation.Builder. mergeFrom(SchemeHeaderTransformation other)
static SchemeHeaderTransformation.Builder
SchemeHeaderTransformation. newBuilder(SchemeHeaderTransformation prototype)
-
Uses of SchemeHeaderTransformation in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as SchemeHeaderTransformation Modifier and Type Field Description private SchemeHeaderTransformation
HttpConnectionManager.Builder. schemeHeaderTransformation_
private SchemeHeaderTransformation
HttpConnectionManager. schemeHeaderTransformation_
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type SchemeHeaderTransformation Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<SchemeHeaderTransformation,SchemeHeaderTransformation.Builder,SchemeHeaderTransformationOrBuilder>
HttpConnectionManager.Builder. schemeHeaderTransformationBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return SchemeHeaderTransformation Modifier and Type Method Description SchemeHeaderTransformation
HttpConnectionManager.Builder. getSchemeHeaderTransformation()
Allows for explicit transformation of the :scheme header on the request path.SchemeHeaderTransformation
HttpConnectionManager. getSchemeHeaderTransformation()
Allows for explicit transformation of the :scheme header on the request path.SchemeHeaderTransformation
HttpConnectionManagerOrBuilder. getSchemeHeaderTransformation()
Allows for explicit transformation of the :scheme header on the request path.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type SchemeHeaderTransformation Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<SchemeHeaderTransformation,SchemeHeaderTransformation.Builder,SchemeHeaderTransformationOrBuilder>
HttpConnectionManager.Builder. getSchemeHeaderTransformationFieldBuilder()
Allows for explicit transformation of the :scheme header on the request path.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type SchemeHeaderTransformation Modifier and Type Method Description HttpConnectionManager.Builder
HttpConnectionManager.Builder. mergeSchemeHeaderTransformation(SchemeHeaderTransformation value)
Allows for explicit transformation of the :scheme header on the request path.HttpConnectionManager.Builder
HttpConnectionManager.Builder. setSchemeHeaderTransformation(SchemeHeaderTransformation value)
Allows for explicit transformation of the :scheme header on the request path.
-