Uses of Enum
io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1.TransportType
Packages that use TransportType
-
Uses of TransportType in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 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.config.filter.network.thrift_proxy.v2alpha1 that return types with arguments of type TransportTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TransportType>TransportType.internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 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.