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.Builder
Listener.InternalListenerConfig.Builder. clear()
Listener.InternalListenerConfig.Builder
Listener.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.Builder
Listener.InternalListenerConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Listener.InternalListenerConfig.Builder
Listener.InternalListenerConfig.Builder. mergeFrom(com.google.protobuf.Message other)
Listener.InternalListenerConfig.Builder
Listener.InternalListenerConfig.Builder. mergeFrom(Listener.InternalListenerConfig other)
static Listener.InternalListenerConfig.Builder
Listener.InternalListenerConfig. newBuilder()
static Listener.InternalListenerConfig.Builder
Listener.InternalListenerConfig. newBuilder(Listener.InternalListenerConfig prototype)
Listener.InternalListenerConfig.Builder
Listener.InternalListenerConfig. newBuilderForType()
protected Listener.InternalListenerConfig.Builder
Listener.InternalListenerConfig. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
Listener.InternalListenerConfig.Builder
Listener.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.Builder
Listener.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.
-