Uses of Class
io.envoyproxy.envoy.config.core.v3.ProxyProtocolPassThroughTLVs
-
Packages that use ProxyProtocolPassThroughTLVs Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of ProxyProtocolPassThroughTLVs in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as ProxyProtocolPassThroughTLVs Modifier and Type Field Description private static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. DEFAULT_INSTANCE
private ProxyProtocolPassThroughTLVs
ProxyProtocolConfig.Builder. passThroughTlvs_
private ProxyProtocolPassThroughTLVs
ProxyProtocolConfig. passThroughTlvs_
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ProxyProtocolPassThroughTLVs Modifier and Type Field Description private static com.google.protobuf.Parser<ProxyProtocolPassThroughTLVs>
ProxyProtocolPassThroughTLVs. PARSER
private com.google.protobuf.SingleFieldBuilder<ProxyProtocolPassThroughTLVs,ProxyProtocolPassThroughTLVs.Builder,ProxyProtocolPassThroughTLVsOrBuilder>
ProxyProtocolConfig.Builder. passThroughTlvsBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return ProxyProtocolPassThroughTLVs Modifier and Type Method Description ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs.Builder. build()
ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs.Builder. buildPartial()
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. getDefaultInstance()
ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs.Builder. getDefaultInstanceForType()
ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. getDefaultInstanceForType()
ProxyProtocolPassThroughTLVs
ProxyProtocolConfig.Builder. getPassThroughTlvs()
This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.ProxyProtocolPassThroughTLVs
ProxyProtocolConfig. getPassThroughTlvs()
This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.ProxyProtocolPassThroughTLVs
ProxyProtocolConfigOrBuilder. getPassThroughTlvs()
This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseDelimitedFrom(java.io.InputStream input)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(byte[] data)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(com.google.protobuf.ByteString data)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(com.google.protobuf.CodedInputStream input)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(java.io.InputStream input)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. parseFrom(java.nio.ByteBuffer data)
static ProxyProtocolPassThroughTLVs
ProxyProtocolPassThroughTLVs. 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 ProxyProtocolPassThroughTLVs Modifier and Type Method Description com.google.protobuf.Parser<ProxyProtocolPassThroughTLVs>
ProxyProtocolPassThroughTLVs. getParserForType()
private com.google.protobuf.SingleFieldBuilder<ProxyProtocolPassThroughTLVs,ProxyProtocolPassThroughTLVs.Builder,ProxyProtocolPassThroughTLVsOrBuilder>
ProxyProtocolConfig.Builder. getPassThroughTlvsFieldBuilder()
This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.static com.google.protobuf.Parser<ProxyProtocolPassThroughTLVs>
ProxyProtocolPassThroughTLVs. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ProxyProtocolPassThroughTLVs Modifier and Type Method Description private void
ProxyProtocolPassThroughTLVs.Builder. buildPartial0(ProxyProtocolPassThroughTLVs result)
ProxyProtocolPassThroughTLVs.Builder
ProxyProtocolPassThroughTLVs.Builder. mergeFrom(ProxyProtocolPassThroughTLVs other)
ProxyProtocolConfig.Builder
ProxyProtocolConfig.Builder. mergePassThroughTlvs(ProxyProtocolPassThroughTLVs value)
This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.static ProxyProtocolPassThroughTLVs.Builder
ProxyProtocolPassThroughTLVs. newBuilder(ProxyProtocolPassThroughTLVs prototype)
ProxyProtocolConfig.Builder
ProxyProtocolConfig.Builder. setPassThroughTlvs(ProxyProtocolPassThroughTLVs value)
This config controls which TLVs can be passed to upstream if it is Proxy Protocol V2 header.
-