Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3.ProtocolType
-
Packages that use ProtocolType Package Description io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 io.envoyproxy.envoy.extensions.health_checkers.thrift.v3 -
-
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 ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. forNumber(int value)ProtocolTypeThriftProtocolOptions.Builder. getProtocol()Supplies the type of protocol that the Thrift proxy should use for upstream connections.ProtocolTypeThriftProtocolOptions. getProtocol()Supplies the type of protocol that the Thrift proxy should use for upstream connections.ProtocolTypeThriftProtocolOptionsOrBuilder. getProtocol()Supplies the type of protocol that the Thrift proxy should use for upstream connections.ProtocolTypeThriftProxy.Builder. getProtocol()Supplies the type of protocol that the Thrift proxy should use.ProtocolTypeThriftProxy. getProtocol()Supplies the type of protocol that the Thrift proxy should use.ProtocolTypeThriftProxyOrBuilder. 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 ProtocolTypeProtocolType. valueOf(String name)Returns 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 ProtocolType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ProtocolType>ProtocolType. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v3 with parameters of type ProtocolType Modifier and Type Method Description ThriftProtocolOptions.BuilderThriftProtocolOptions.Builder. setProtocol(ProtocolType value)Supplies the type of protocol that the Thrift proxy should use for upstream connections.ThriftProxy.BuilderThriftProxy.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 ProtocolType Modifier and Type Method Description ProtocolTypeThrift.Builder. getProtocol()Configures the protocol type to be used with the health checks.ProtocolTypeThrift. getProtocol()Configures the protocol type to be used with the health checks.ProtocolTypeThriftOrBuilder. 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 ProtocolType Modifier and Type Method Description Thrift.BuilderThrift.Builder. setProtocol(ProtocolType value)Configures the protocol type to be used with the health checks.
-