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 TransportSocketOrBuilder
Cluster.Builder. getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for upstream connections.TransportSocketOrBuilder
Cluster. getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for upstream connections.TransportSocketOrBuilder
Cluster.TransportSocketMatch.Builder. getTransportSocketOrBuilder()
The configuration of the transport socket.TransportSocketOrBuilder
Cluster.TransportSocketMatch. getTransportSocketOrBuilder()
The configuration of the transport socket.TransportSocketOrBuilder
Cluster.TransportSocketMatchOrBuilder. getTransportSocketOrBuilder()
The configuration of the transport socket.TransportSocketOrBuilder
ClusterOrBuilder. 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 class
TransportSocket
Configuration for transport socket in :ref:`listeners <config_listeners>` and :ref:`clusters <envoy_v3_api_msg_config.cluster.v3.Cluster>`.static class
TransportSocket.Builder
Configuration 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 TransportSocketOrBuilder
FilterChain.Builder. getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for downstream connections.TransportSocketOrBuilder
FilterChain. getTransportSocketOrBuilder()
Optional custom transport socket implementation to use for downstream connections.TransportSocketOrBuilder
FilterChainOrBuilder. 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.
-