Uses of Class
io.envoyproxy.envoy.api.v2.core.BindConfig
-
Packages that use BindConfig Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.core io.envoyproxy.envoy.config.bootstrap.v2 -
-
Uses of BindConfig in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return BindConfig Modifier and Type Method Description BindConfigCluster.Builder. getUpstreamBindConfig()Optional configuration used to bind newly established upstream connections.BindConfigCluster. getUpstreamBindConfig()Optional configuration used to bind newly established upstream connections.BindConfigClusterOrBuilder. getUpstreamBindConfig()Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.api.v2 with parameters of type BindConfig Modifier and Type Method Description Cluster.BuilderCluster.Builder. mergeUpstreamBindConfig(BindConfig value)Optional configuration used to bind newly established upstream connections.Cluster.BuilderCluster.Builder. setUpstreamBindConfig(BindConfig value)Optional configuration used to bind newly established upstream connections. -
Uses of BindConfig in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return BindConfig Modifier and Type Method Description BindConfigBindConfig.Builder. build()BindConfigBindConfig.Builder. buildPartial()static BindConfigBindConfig. getDefaultInstance()BindConfigBindConfig.Builder. getDefaultInstanceForType()BindConfigBindConfig. getDefaultInstanceForType()static BindConfigBindConfig. parseDelimitedFrom(InputStream input)static BindConfigBindConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindConfigBindConfig. parseFrom(byte[] data)static BindConfigBindConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindConfigBindConfig. parseFrom(com.google.protobuf.ByteString data)static BindConfigBindConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindConfigBindConfig. parseFrom(com.google.protobuf.CodedInputStream input)static BindConfigBindConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindConfigBindConfig. parseFrom(InputStream input)static BindConfigBindConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BindConfigBindConfig. parseFrom(ByteBuffer data)static BindConfigBindConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type BindConfig Modifier and Type Method Description com.google.protobuf.Parser<BindConfig>BindConfig. getParserForType()static com.google.protobuf.Parser<BindConfig>BindConfig. parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type BindConfig Modifier and Type Method Description BindConfig.BuilderBindConfig.Builder. mergeFrom(BindConfig other)static BindConfig.BuilderBindConfig. newBuilder(BindConfig prototype) -
Uses of BindConfig in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return BindConfig Modifier and Type Method Description BindConfigClusterManager.Builder. getUpstreamBindConfig()Optional configuration used to bind newly established upstream connections.BindConfigClusterManager. getUpstreamBindConfig()Optional configuration used to bind newly established upstream connections.BindConfigClusterManagerOrBuilder. getUpstreamBindConfig()Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type BindConfig Modifier and Type Method Description ClusterManager.BuilderClusterManager.Builder. mergeUpstreamBindConfig(BindConfig value)Optional configuration used to bind newly established upstream connections.ClusterManager.BuilderClusterManager.Builder. setUpstreamBindConfig(BindConfig value)Optional configuration used to bind newly established upstream connections.
-