Uses of Class
io.envoyproxy.envoy.config.listener.v3.Listener.DrainType
-
Packages that use Listener.DrainType Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of Listener.DrainType in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return Listener.DrainType Modifier and Type Method Description static Listener.DrainTypeListener.DrainType. forNumber(int value)Listener.DrainTypeListener.Builder. getDrainType()The type of draining to perform at a listener-wide level.Listener.DrainTypeListener. getDrainType()The type of draining to perform at a listener-wide level.Listener.DrainTypeListenerOrBuilder. getDrainType()The type of draining to perform at a listener-wide level.static Listener.DrainTypeListener.DrainType. valueOf(int value)Deprecated.static Listener.DrainTypeListener.DrainType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Listener.DrainTypeListener.DrainType. valueOf(String name)Returns the enum constant of this type with the specified name.static Listener.DrainType[]Listener.DrainType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Listener.DrainType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Listener.DrainType>Listener.DrainType. internalGetValueMap()Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Listener.DrainType Modifier and Type Method Description Listener.BuilderListener.Builder. setDrainType(Listener.DrainType value)The type of draining to perform at a listener-wide level.
-