Uses of Class
io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3.ProtocolType
-
Packages that use ProtocolType Package Description io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 -
-
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 ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. forNumber(int value)ProtocolTypeDubboProxy.Builder. getProtocolType()Configure the protocol used.ProtocolTypeDubboProxy. getProtocolType()Configure the protocol used.ProtocolTypeDubboProxyOrBuilder. 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 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.dubbo_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.dubbo_proxy.v3 with parameters of type ProtocolType Modifier and Type Method Description DubboProxy.BuilderDubboProxy.Builder. setProtocolType(ProtocolType value)Configure the protocol used.
-