Uses of Interface
io.envoyproxy.envoy.config.core.v3.UdpSocketConfigOrBuilder
-
Packages that use UdpSocketConfigOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of UdpSocketConfigOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement UdpSocketConfigOrBuilder Modifier and Type Class Description class
UdpSocketConfig
Generic UDP socket configuration.static class
UdpSocketConfig.Builder
Generic UDP socket configuration. -
Uses of UdpSocketConfigOrBuilder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type UdpSocketConfigOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<UdpSocketConfig,UdpSocketConfig.Builder,UdpSocketConfigOrBuilder>
UdpListenerConfig.Builder. downstreamSocketConfigBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return UdpSocketConfigOrBuilder Modifier and Type Method Description UdpSocketConfigOrBuilder
UdpListenerConfig.Builder. getDownstreamSocketConfigOrBuilder()
UDP socket configuration for the listener.UdpSocketConfigOrBuilder
UdpListenerConfig. getDownstreamSocketConfigOrBuilder()
UDP socket configuration for the listener.UdpSocketConfigOrBuilder
UdpListenerConfigOrBuilder. getDownstreamSocketConfigOrBuilder()
UDP socket configuration for the listener.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type UdpSocketConfigOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<UdpSocketConfig,UdpSocketConfig.Builder,UdpSocketConfigOrBuilder>
UdpListenerConfig.Builder. getDownstreamSocketConfigFieldBuilder()
UDP socket configuration for the listener.
-