Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.ProtocolType
Packages that use ProtocolType
Package
Description
-
Uses of ProtocolType 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 ProtocolTypeModifier and TypeMethodDescriptionThriftToMetadata.Builder.getProtocol()Supplies the type of protocol that the Thrift proxy should use.ThriftToMetadata.getProtocol()Supplies the type of protocol that the Thrift proxy should use.ThriftToMetadataOrBuilder.getProtocol()Supplies the type of protocol that the Thrift proxy should use.Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 with parameters of type ProtocolTypeModifier and TypeMethodDescriptionThriftToMetadata.Builder.setProtocol(ProtocolType value) Supplies the type of protocol that the Thrift proxy should use. -
Uses of ProtocolType in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 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.extensions.filters.network.thrift_proxy.v3 that return types with arguments of type ProtocolTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProtocolType>ProtocolType.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 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. -
Uses of ProtocolType in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3
Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 that return ProtocolTypeModifier and TypeMethodDescriptionThrift.Builder.getProtocol()Configures the protocol type to be used with the health checks.Thrift.getProtocol()Configures the protocol type to be used with the health checks.ThriftOrBuilder.getProtocol()Configures the protocol type to be used with the health checks.Methods in io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 with parameters of type ProtocolTypeModifier and TypeMethodDescriptionThrift.Builder.setProtocol(ProtocolType value) Configures the protocol type to be used with the health checks.