Uses of Enum
io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.TlvLocation
Packages that use ProxyProtocol.TlvLocation
-
Uses of ProxyProtocol.TlvLocation in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3
Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return ProxyProtocol.TlvLocationModifier and TypeMethodDescriptionstatic ProxyProtocol.TlvLocationProxyProtocol.TlvLocation.forNumber(int value) ProxyProtocol.Builder.getTlvLocation()Controls where TLV values are stored when rules match.ProxyProtocol.getTlvLocation()Controls where TLV values are stored when rules match.ProxyProtocolOrBuilder.getTlvLocation()Controls where TLV values are stored when rules match.static ProxyProtocol.TlvLocationProxyProtocol.TlvLocation.valueOf(int value) Deprecated.static ProxyProtocol.TlvLocationProxyProtocol.TlvLocation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ProxyProtocol.TlvLocationReturns the enum constant of this type with the specified name.static ProxyProtocol.TlvLocation[]ProxyProtocol.TlvLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return types with arguments of type ProxyProtocol.TlvLocationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProxyProtocol.TlvLocation>ProxyProtocol.TlvLocation.internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 with parameters of type ProxyProtocol.TlvLocationModifier and TypeMethodDescriptionProxyProtocol.Builder.setTlvLocation(ProxyProtocol.TlvLocation value) Controls where TLV values are stored when rules match.