Uses of Class
io.envoyproxy.envoy.config.listener.v3.UdpListenerConfig.Builder
Packages that use UdpListenerConfig.Builder
-
Uses of UdpListenerConfig.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type UdpListenerConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<UdpListenerConfig, UdpListenerConfig.Builder, UdpListenerConfigOrBuilder> Listener.Builder.udpListenerConfigBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return UdpListenerConfig.BuilderModifier and TypeMethodDescriptionUdpListenerConfig.Builder.clear()
UdpListenerConfig.Builder.clearDownstreamSocketConfig()
UDP socket configuration for the listener.UdpListenerConfig.Builder.clearQuicOptions()
Configuration for QUIC protocol.UdpListenerConfig.Builder.clearUdpPacketPacketWriterConfig()
Configuration for the UDP packet writer.Listener.Builder.getUdpListenerConfigBuilder()
If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.UdpListenerConfig.Builder.mergeDownstreamSocketConfig
(UdpSocketConfig value) UDP socket configuration for the listener.UdpListenerConfig.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UdpListenerConfig.Builder.mergeFrom
(com.google.protobuf.Message other) UdpListenerConfig.Builder.mergeFrom
(UdpListenerConfig other) UdpListenerConfig.Builder.mergeQuicOptions
(QuicProtocolOptions value) Configuration for QUIC protocol.UdpListenerConfig.Builder.mergeUdpPacketPacketWriterConfig
(TypedExtensionConfig value) Configuration for the UDP packet writer.static UdpListenerConfig.Builder
UdpListenerConfig.newBuilder()
static UdpListenerConfig.Builder
UdpListenerConfig.newBuilder
(UdpListenerConfig prototype) UdpListenerConfig.newBuilderForType()
protected UdpListenerConfig.Builder
UdpListenerConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) UdpListenerConfig.Builder.setDownstreamSocketConfig
(UdpSocketConfig value) UDP socket configuration for the listener.UdpListenerConfig.Builder.setDownstreamSocketConfig
(UdpSocketConfig.Builder builderForValue) UDP socket configuration for the listener.UdpListenerConfig.Builder.setQuicOptions
(QuicProtocolOptions value) Configuration for QUIC protocol.UdpListenerConfig.Builder.setQuicOptions
(QuicProtocolOptions.Builder builderForValue) Configuration for QUIC protocol.UdpListenerConfig.Builder.setUdpPacketPacketWriterConfig
(TypedExtensionConfig value) Configuration for the UDP packet writer.UdpListenerConfig.Builder.setUdpPacketPacketWriterConfig
(TypedExtensionConfig.Builder builderForValue) Configuration for the UDP packet writer.UdpListenerConfig.toBuilder()
Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type UdpListenerConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<UdpListenerConfig, UdpListenerConfig.Builder, UdpListenerConfigOrBuilder> Listener.Builder.internalGetUdpListenerConfigFieldBuilder()
If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type UdpListenerConfig.BuilderModifier and TypeMethodDescriptionListener.Builder.setUdpListenerConfig
(UdpListenerConfig.Builder builderForValue) If the protocol in the listener socket address in :ref:`protocol <envoy_v3_api_field_config.core.v3.SocketAddress.protocol>` is :ref:`UDP <envoy_v3_api_enum_value_config.core.v3.SocketAddress.Protocol.UDP>`, this field specifies UDP listener specific configuration.