Uses of Class
io.envoyproxy.envoy.config.core.v3.TrafficDirection
-
Packages that use TrafficDirection Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of TrafficDirection in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as TrafficDirection Modifier and Type Field Description private static TrafficDirection[]TrafficDirection. VALUESFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type TrafficDirection Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<TrafficDirection>TrafficDirection. internalValueMapMethods in io.envoyproxy.envoy.config.core.v3 that return TrafficDirection Modifier and Type Method Description static TrafficDirectionTrafficDirection. forNumber(int value)static TrafficDirectionTrafficDirection. valueOf(int value)Deprecated.static TrafficDirectionTrafficDirection. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TrafficDirectionTrafficDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TrafficDirection[]TrafficDirection. 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 TrafficDirection Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TrafficDirection>TrafficDirection. internalGetValueMap() -
Uses of TrafficDirection in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return TrafficDirection Modifier and Type Method Description TrafficDirectionListener.Builder. getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.TrafficDirectionListener. getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.TrafficDirectionListenerOrBuilder. getTrafficDirection()Specifies the intended direction of the traffic relative to the local Envoy.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type TrafficDirection Modifier and Type Method Description Listener.BuilderListener.Builder. setTrafficDirection(TrafficDirection value)Specifies the intended direction of the traffic relative to the local Envoy.
-