Uses of Enum
io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3.ProtocolType
Packages that use ProtocolType
-
Uses of ProtocolType in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 that return ProtocolTypeModifier and TypeMethodDescriptionstatic ProtocolTypeProtocolType.forNumber(int value) DubboProxy.Builder.getProtocolType()Configure the protocol used.DubboProxy.getProtocolType()Configure the protocol used.DubboProxyOrBuilder.getProtocolType()Configure the protocol used.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.dubbo_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.dubbo_proxy.v3 with parameters of type ProtocolTypeModifier and TypeMethodDescriptionDubboProxy.Builder.setProtocolType(ProtocolType value) Configure the protocol used.