Uses of Class
io.envoyproxy.envoy.api.v2.core.TransportSocket
Packages that use TransportSocket
Package
Description
-
Uses of TransportSocket in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 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.api.v2 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.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core 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.api.v2.core 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.api.v2.core with parameters of type TransportSocketModifier and TypeMethodDescriptionTransportSocket.Builder.mergeFrom(TransportSocket other) static TransportSocket.BuilderTransportSocket.newBuilder(TransportSocket prototype) -
Uses of TransportSocket in io.envoyproxy.envoy.api.v2.listener
Methods in io.envoyproxy.envoy.api.v2.listener 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.api.v2.listener 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. -
Uses of TransportSocket in io.envoyproxy.envoy.config.transport_socket.tap.v2alpha
Methods in io.envoyproxy.envoy.config.transport_socket.tap.v2alpha that return TransportSocketModifier and TypeMethodDescriptionTap.Builder.getTransportSocket()The underlying transport socket being wrapped.Tap.getTransportSocket()The underlying transport socket being wrapped.TapOrBuilder.getTransportSocket()The underlying transport socket being wrapped.Methods in io.envoyproxy.envoy.config.transport_socket.tap.v2alpha with parameters of type TransportSocketModifier and TypeMethodDescriptionTap.Builder.mergeTransportSocket(TransportSocket value) The underlying transport socket being wrapped.Tap.Builder.setTransportSocket(TransportSocket value) The underlying transport socket being wrapped.