Uses of Class
io.envoyproxy.envoy.config.listener.v3.Listener.InternalListenerConfig.Builder
-
Packages that use Listener.InternalListenerConfig.Builder Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of Listener.InternalListenerConfig.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type Listener.InternalListenerConfig.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Listener.InternalListenerConfig,Listener.InternalListenerConfig.Builder,Listener.InternalListenerConfigOrBuilder>Listener.Builder. internalListenerBuilder_Methods in io.envoyproxy.envoy.config.listener.v3 that return Listener.InternalListenerConfig.Builder Modifier and Type Method Description Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig.Builder. clear()Listener.InternalListenerConfig.BuilderListener.Builder. getInternalListenerBuilder()Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to.Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig.Builder. mergeFrom(com.google.protobuf.Message other)Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig.Builder. mergeFrom(Listener.InternalListenerConfig other)static Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig. newBuilder()static Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig. newBuilder(Listener.InternalListenerConfig prototype)Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig. newBuilderForType()protected Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)Listener.InternalListenerConfig.BuilderListener.InternalListenerConfig. toBuilder()Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type Listener.InternalListenerConfig.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Listener.InternalListenerConfig,Listener.InternalListenerConfig.Builder,Listener.InternalListenerConfigOrBuilder>Listener.Builder. getInternalListenerFieldBuilder()Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type Listener.InternalListenerConfig.Builder Modifier and Type Method Description Listener.BuilderListener.Builder. setInternalListener(Listener.InternalListenerConfig.Builder builderForValue)Used to represent an internal listener which does not listen on OSI L4 address but can be used by the :ref:`envoy cluster <envoy_v3_api_msg_config.cluster.v3.Cluster>` to create a user space connection to.
-