Uses of Class
io.envoyproxy.envoy.config.listener.v3.UdpListenerConfig
-
Packages that use UdpListenerConfig Package Description io.envoyproxy.envoy.config.listener.v3 -
-
Uses of UdpListenerConfig in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as UdpListenerConfig Modifier and Type Field Description private static UdpListenerConfig
UdpListenerConfig. DEFAULT_INSTANCE
private UdpListenerConfig
Listener.Builder. udpListenerConfig_
private UdpListenerConfig
Listener. udpListenerConfig_
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type UdpListenerConfig Modifier and Type Field Description private static com.google.protobuf.Parser<UdpListenerConfig>
UdpListenerConfig. PARSER
private com.google.protobuf.SingleFieldBuilder<UdpListenerConfig,UdpListenerConfig.Builder,UdpListenerConfigOrBuilder>
Listener.Builder. udpListenerConfigBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return UdpListenerConfig Modifier and Type Method Description UdpListenerConfig
UdpListenerConfig.Builder. build()
UdpListenerConfig
UdpListenerConfig.Builder. buildPartial()
static UdpListenerConfig
UdpListenerConfig. getDefaultInstance()
UdpListenerConfig
UdpListenerConfig.Builder. getDefaultInstanceForType()
UdpListenerConfig
UdpListenerConfig. getDefaultInstanceForType()
UdpListenerConfig
Listener.Builder. getUdpListenerConfig()
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
Listener. getUdpListenerConfig()
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
ListenerOrBuilder. getUdpListenerConfig()
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.static UdpListenerConfig
UdpListenerConfig. parseDelimitedFrom(java.io.InputStream input)
static UdpListenerConfig
UdpListenerConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UdpListenerConfig
UdpListenerConfig. parseFrom(byte[] data)
static UdpListenerConfig
UdpListenerConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UdpListenerConfig
UdpListenerConfig. parseFrom(com.google.protobuf.ByteString data)
static UdpListenerConfig
UdpListenerConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UdpListenerConfig
UdpListenerConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static UdpListenerConfig
UdpListenerConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UdpListenerConfig
UdpListenerConfig. parseFrom(java.io.InputStream input)
static UdpListenerConfig
UdpListenerConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UdpListenerConfig
UdpListenerConfig. parseFrom(java.nio.ByteBuffer data)
static UdpListenerConfig
UdpListenerConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type UdpListenerConfig Modifier and Type Method Description com.google.protobuf.Parser<UdpListenerConfig>
UdpListenerConfig. getParserForType()
private com.google.protobuf.SingleFieldBuilder<UdpListenerConfig,UdpListenerConfig.Builder,UdpListenerConfigOrBuilder>
Listener.Builder. getUdpListenerConfigFieldBuilder()
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.static com.google.protobuf.Parser<UdpListenerConfig>
UdpListenerConfig. parser()
Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type UdpListenerConfig Modifier and Type Method Description private void
UdpListenerConfig.Builder. buildPartial0(UdpListenerConfig result)
UdpListenerConfig.Builder
UdpListenerConfig.Builder. mergeFrom(UdpListenerConfig other)
Listener.Builder
Listener.Builder. mergeUdpListenerConfig(UdpListenerConfig value)
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.static UdpListenerConfig.Builder
UdpListenerConfig. newBuilder(UdpListenerConfig prototype)
Listener.Builder
Listener.Builder. setUdpListenerConfig(UdpListenerConfig value)
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.
-