Uses of Enum
io.envoyproxy.envoy.config.core.v3.ProxyProtocolConfig.Version
Packages that use ProxyProtocolConfig.Version
Package
Description
-
Uses of ProxyProtocolConfig.Version in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionstatic ProxyProtocolConfig.VersionProxyProtocolConfig.Version.forNumber(int value) ProxyProtocolConfig.Builder.getVersion()The PROXY protocol version to use.ProxyProtocolConfig.getVersion()The PROXY protocol version to use.ProxyProtocolConfigOrBuilder.getVersion()The PROXY protocol version to use.static ProxyProtocolConfig.VersionProxyProtocolConfig.Version.valueOf(int value) Deprecated.static ProxyProtocolConfig.VersionProxyProtocolConfig.Version.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ProxyProtocolConfig.VersionReturns the enum constant of this type with the specified name.static ProxyProtocolConfig.Version[]ProxyProtocolConfig.Version.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProxyProtocolConfig.Version>ProxyProtocolConfig.Version.internalGetValueMap()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionProxyProtocolConfig.Builder.setVersion(ProxyProtocolConfig.Version value) The PROXY protocol version to use. -
Uses of ProxyProtocolConfig.Version in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3
Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionProxyProtocol.Builder.getDisallowedVersions(int index) The PROXY protocol versions that won't be matched.ProxyProtocol.getDisallowedVersions(int index) The PROXY protocol versions that won't be matched.ProxyProtocolOrBuilder.getDisallowedVersions(int index) The PROXY protocol versions that won't be matched.Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return types with arguments of type ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionProxyProtocol.Builder.getDisallowedVersionsList()The PROXY protocol versions that won't be matched.ProxyProtocol.getDisallowedVersionsList()The PROXY protocol versions that won't be matched.ProxyProtocolOrBuilder.getDisallowedVersionsList()The PROXY protocol versions that won't be matched.Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 with parameters of type ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionProxyProtocol.Builder.addDisallowedVersions(ProxyProtocolConfig.Version value) The PROXY protocol versions that won't be matched.ProxyProtocol.Builder.setDisallowedVersions(int index, ProxyProtocolConfig.Version value) The PROXY protocol versions that won't be matched.Method parameters in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 with type arguments of type ProxyProtocolConfig.VersionModifier and TypeMethodDescriptionProxyProtocol.Builder.addAllDisallowedVersions(Iterable<? extends ProxyProtocolConfig.Version> values) The PROXY protocol versions that won't be matched.