Uses of Class
io.envoyproxy.envoy.config.listener.v3.Listener
Packages that use Listener
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of Listener in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type ListenerModifier and TypeFieldDescriptionBootstrap.StaticResources.Builder.listeners_Bootstrap.StaticResources.listeners_private com.google.protobuf.RepeatedFieldBuilder<Listener, Listener.Builder, ListenerOrBuilder> Bootstrap.StaticResources.Builder.listenersBuilder_Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return ListenerModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.getListeners(int index) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Bootstrap.StaticResources.getListeners(int index) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Bootstrap.StaticResourcesOrBuilder.getListeners(int index) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type ListenerModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.getListenersList()Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Bootstrap.StaticResources.getListenersList()Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Bootstrap.StaticResourcesOrBuilder.getListenersList()Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.private com.google.protobuf.RepeatedFieldBuilder<Listener, Listener.Builder, ListenerOrBuilder> Bootstrap.StaticResources.Builder.internalGetListenersFieldBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type ListenerModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.addListeners(int index, Listener value) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Bootstrap.StaticResources.Builder.addListeners(Listener value) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Bootstrap.StaticResources.Builder.setListeners(int index, Listener value) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type ListenerModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.addAllListeners(Iterable<? extends Listener> values) Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`. -
Uses of Listener in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as ListenerFields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type ListenerModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<Listener> Listener.PARSERMethods in io.envoyproxy.envoy.config.listener.v3 that return ListenerModifier and TypeMethodDescriptionListener.Builder.build()Listener.Builder.buildPartial()static ListenerListener.getDefaultInstance()Listener.Builder.getDefaultInstanceForType()Listener.getDefaultInstanceForType()static ListenerListener.parseDelimitedFrom(InputStream input) static ListenerListener.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListenerListener.parseFrom(byte[] data) static ListenerListener.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListenerListener.parseFrom(com.google.protobuf.ByteString data) static ListenerListener.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListenerListener.parseFrom(com.google.protobuf.CodedInputStream input) static ListenerListener.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListenerListener.parseFrom(InputStream input) static ListenerListener.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListenerListener.parseFrom(ByteBuffer data) static ListenerListener.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type ListenerModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Listener> Listener.getParserForType()static com.google.protobuf.Parser<Listener> Listener.parser()Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type ListenerModifier and TypeMethodDescriptionprivate voidListener.Builder.buildPartial0(Listener result) private voidListener.Builder.buildPartial1(Listener result) private voidListener.Builder.buildPartialOneofs(Listener result) private voidListener.Builder.buildPartialRepeatedFields(Listener result) static Listener.BuilderListener.newBuilder(Listener prototype) -
Uses of Listener in io.grpc.xds
Methods in io.grpc.xds that return types with arguments of type ListenerMethods in io.grpc.xds with parameters of type ListenerModifier and TypeMethodDescription(package private) static EnvoyServerProtoData.ListenerXdsListenerResource.parseServerSideListener(Listener proto, TlsContextManager tlsContextManager, FilterRegistry filterRegistry, Set<String> certProviderInstances) private XdsListenerResource.LdsUpdateXdsListenerResource.processClientSideListener(Listener listener) private XdsListenerResource.LdsUpdateXdsListenerResource.processServerSideListener(Listener proto, XdsResourceType.Args args)