Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.TransportType
Packages that use TransportType
Package
Description
-
Uses of TransportType in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 that return TransportTypeModifier and TypeMethodDescriptionThriftToMetadata.Builder.getTransport()Supplies the type of transport that the Thrift proxy should use.ThriftToMetadata.getTransport()Supplies the type of transport that the Thrift proxy should use.ThriftToMetadataOrBuilder.getTransport()Supplies the type of transport that the Thrift proxy should use.Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 with parameters of type TransportTypeModifier and TypeMethodDescriptionThriftToMetadata.Builder.setTransport(TransportType value) Supplies the type of transport that the Thrift proxy should use. -
Uses of TransportType in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return TransportTypeModifier and TypeMethodDescriptionstatic TransportTypeTransportType.forNumber(int value) ThriftProtocolOptions.Builder.getTransport()Supplies the type of transport that the Thrift proxy should use for upstream connections.ThriftProtocolOptions.getTransport()Supplies the type of transport that the Thrift proxy should use for upstream connections.ThriftProtocolOptionsOrBuilder.getTransport()Supplies the type of transport that the Thrift proxy should use for upstream connections.ThriftProxy.Builder.getTransport()Supplies the type of transport that the Thrift proxy should use.ThriftProxy.getTransport()Supplies the type of transport that the Thrift proxy should use.ThriftProxyOrBuilder.getTransport()Supplies the type of transport that the Thrift proxy should use.static TransportTypeTransportType.valueOf(int value) Deprecated.static TransportTypeTransportType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TransportTypeReturns the enum constant of this type with the specified name.static TransportType[]TransportType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 that return types with arguments of type TransportTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TransportType>TransportType.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type TransportTypeModifier and TypeMethodDescriptionThriftProtocolOptions.Builder.setTransport(TransportType value) Supplies the type of transport that the Thrift proxy should use for upstream connections.ThriftProxy.Builder.setTransport(TransportType value) Supplies the type of transport that the Thrift proxy should use. -
Uses of TransportType in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3
Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 that return TransportTypeModifier and TypeMethodDescriptionThrift.Builder.getTransport()Configures the transport type to be used with the health checks.Thrift.getTransport()Configures the transport type to be used with the health checks.ThriftOrBuilder.getTransport()Configures the transport type to be used with the health checks.Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 with parameters of type TransportTypeModifier and TypeMethodDescriptionThrift.Builder.setTransport(TransportType value) Configures the transport type to be used with the health checks.