Uses of Interface
io.envoyproxy.envoy.config.core.v3.TransportSocketOrBuilder
-
Packages that use TransportSocketOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of TransportSocketOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type TransportSocketOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder,TransportSocketOrBuilder>Cluster.Builder. transportSocketBuilder_private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder,TransportSocketOrBuilder>Cluster.TransportSocketMatch.Builder. transportSocketBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return TransportSocketOrBuilder Modifier and Type Method Description TransportSocketOrBuilderCluster.Builder. getTransportSocketOrBuilder()Optional custom transport socket implementation to use for upstream connections.TransportSocketOrBuilderCluster. getTransportSocketOrBuilder()Optional custom transport socket implementation to use for upstream connections.TransportSocketOrBuilderCluster.TransportSocketMatch.Builder. getTransportSocketOrBuilder()The configuration of the transport socket.TransportSocketOrBuilderCluster.TransportSocketMatch. getTransportSocketOrBuilder()The configuration of the transport socket.TransportSocketOrBuilderCluster.TransportSocketMatchOrBuilder. getTransportSocketOrBuilder()The configuration of the transport socket.TransportSocketOrBuilderClusterOrBuilder. getTransportSocketOrBuilder()Optional custom transport socket implementation to use for upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type TransportSocketOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder,TransportSocketOrBuilder>Cluster.Builder. getTransportSocketFieldBuilder()Optional custom transport socket implementation to use for upstream connections.private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder,TransportSocketOrBuilder>Cluster.TransportSocketMatch.Builder. getTransportSocketFieldBuilder()The configuration of the transport socket. -
Uses of TransportSocketOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement TransportSocketOrBuilder Modifier and Type Class Description classTransportSocketConfiguration for transport socket in :ref:`listeners <config_listeners>` and :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>`.static classTransportSocket.BuilderConfiguration for transport socket in :ref:`listeners <config_listeners>` and :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>`. -
Uses of TransportSocketOrBuilder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type TransportSocketOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder,TransportSocketOrBuilder>FilterChain.Builder. transportSocketBuilder_Methods in io.envoyproxy.envoy.config.listener.v3 that return TransportSocketOrBuilder Modifier and Type Method Description TransportSocketOrBuilderFilterChain.Builder. getTransportSocketOrBuilder()Optional custom transport socket implementation to use for downstream connections.TransportSocketOrBuilderFilterChain. getTransportSocketOrBuilder()Optional custom transport socket implementation to use for downstream connections.TransportSocketOrBuilderFilterChainOrBuilder. getTransportSocketOrBuilder()Optional custom transport socket implementation to use for downstream connections.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type TransportSocketOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<TransportSocket,TransportSocket.Builder,TransportSocketOrBuilder>FilterChain.Builder. getTransportSocketFieldBuilder()Optional custom transport socket implementation to use for downstream connections.
-