Uses of Enum
io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1.ProtocolType
Packages that use ProtocolType
-
Uses of ProtocolType in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 that return ProtocolTypeModifier and TypeMethodDescriptionstatic ProtocolTypeProtocolType.forNumber(int value) ThriftProtocolOptions.Builder.getProtocol()Supplies the type of protocol that the Thrift proxy should use for upstream connections.ThriftProtocolOptions.getProtocol()Supplies the type of protocol that the Thrift proxy should use for upstream connections.ThriftProtocolOptionsOrBuilder.getProtocol()Supplies the type of protocol that the Thrift proxy should use for upstream connections.ThriftProxy.Builder.getProtocol()Supplies the type of protocol that the Thrift proxy should use.ThriftProxy.getProtocol()Supplies the type of protocol that the Thrift proxy should use.ThriftProxyOrBuilder.getProtocol()Supplies the type of protocol that the Thrift proxy should use.static ProtocolTypeProtocolType.valueOf(int value) Deprecated.static ProtocolTypeProtocolType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ProtocolTypeReturns the enum constant of this type with the specified name.static ProtocolType[]ProtocolType.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 ProtocolTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProtocolType>ProtocolType.internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.network.thrift_proxy.v2alpha1 with parameters of type ProtocolTypeModifier and TypeMethodDescriptionThriftProtocolOptions.Builder.setProtocol(ProtocolType value) Supplies the type of protocol that the Thrift proxy should use for upstream connections.ThriftProxy.Builder.setProtocol(ProtocolType value) Supplies the type of protocol that the Thrift proxy should use.