Uses of Class
io.envoyproxy.envoy.config.core.v3.TransportSocket
Packages that use TransportSocket
Package
Description
-
Uses of TransportSocket in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return TransportSocketModifier and TypeMethodDescriptionCluster.Builder.getTransportSocket()Optional custom transport socket implementation to use for upstream connections.Cluster.getTransportSocket()Optional custom transport socket implementation to use for upstream connections.Cluster.TransportSocketMatch.Builder.getTransportSocket()The configuration of the transport socket.Cluster.TransportSocketMatch.getTransportSocket()The configuration of the transport socket.Cluster.TransportSocketMatchOrBuilder.getTransportSocket()The configuration of the transport socket.ClusterOrBuilder.getTransportSocket()Optional custom transport socket implementation to use for upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type TransportSocketModifier and TypeMethodDescriptionCluster.Builder.mergeTransportSocket(TransportSocket value) Optional custom transport socket implementation to use for upstream connections.Cluster.TransportSocketMatch.Builder.mergeTransportSocket(TransportSocket value) The configuration of the transport socket.Cluster.Builder.setTransportSocket(TransportSocket value) Optional custom transport socket implementation to use for upstream connections.Cluster.TransportSocketMatch.Builder.setTransportSocket(TransportSocket value) The configuration of the transport socket. -
Uses of TransportSocket in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return TransportSocketModifier and TypeMethodDescriptionTransportSocket.Builder.build()TransportSocket.Builder.buildPartial()static TransportSocketTransportSocket.getDefaultInstance()TransportSocket.Builder.getDefaultInstanceForType()TransportSocket.getDefaultInstanceForType()static TransportSocketTransportSocket.parseDelimitedFrom(InputStream input) static TransportSocketTransportSocket.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransportSocketTransportSocket.parseFrom(byte[] data) static TransportSocketTransportSocket.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransportSocketTransportSocket.parseFrom(com.google.protobuf.ByteString data) static TransportSocketTransportSocket.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransportSocketTransportSocket.parseFrom(com.google.protobuf.CodedInputStream input) static TransportSocketTransportSocket.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransportSocketTransportSocket.parseFrom(InputStream input) static TransportSocketTransportSocket.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransportSocketTransportSocket.parseFrom(ByteBuffer data) static TransportSocketTransportSocket.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type TransportSocketModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TransportSocket> TransportSocket.getParserForType()static com.google.protobuf.Parser<TransportSocket> TransportSocket.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type TransportSocketModifier and TypeMethodDescriptionTransportSocket.Builder.mergeFrom(TransportSocket other) static TransportSocket.BuilderTransportSocket.newBuilder(TransportSocket prototype) -
Uses of TransportSocket in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return TransportSocketModifier and TypeMethodDescriptionFilterChain.Builder.getTransportSocket()Optional custom transport socket implementation to use for downstream connections.FilterChain.getTransportSocket()Optional custom transport socket implementation to use for downstream connections.FilterChainOrBuilder.getTransportSocket()Optional custom transport socket implementation to use for downstream connections.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type TransportSocketModifier and TypeMethodDescriptionFilterChain.Builder.mergeTransportSocket(TransportSocket value) Optional custom transport socket implementation to use for downstream connections.FilterChain.Builder.setTransportSocket(TransportSocket value) Optional custom transport socket implementation to use for downstream connections.