Uses of Class
io.envoyproxy.envoy.config.core.v3.UdpSocketConfig
Packages that use UdpSocketConfig
-
Uses of UdpSocketConfig in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as UdpSocketConfigModifier and TypeFieldDescriptionprivate static final UdpSocketConfig
UdpSocketConfig.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type UdpSocketConfigModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<UdpSocketConfig> UdpSocketConfig.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return UdpSocketConfigModifier and TypeMethodDescriptionUdpSocketConfig.Builder.build()
UdpSocketConfig.Builder.buildPartial()
static UdpSocketConfig
UdpSocketConfig.getDefaultInstance()
UdpSocketConfig.Builder.getDefaultInstanceForType()
UdpSocketConfig.getDefaultInstanceForType()
static UdpSocketConfig
UdpSocketConfig.parseDelimitedFrom
(InputStream input) static UdpSocketConfig
UdpSocketConfig.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfig
UdpSocketConfig.parseFrom
(byte[] data) static UdpSocketConfig
UdpSocketConfig.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfig
UdpSocketConfig.parseFrom
(com.google.protobuf.ByteString data) static UdpSocketConfig
UdpSocketConfig.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfig
UdpSocketConfig.parseFrom
(com.google.protobuf.CodedInputStream input) static UdpSocketConfig
UdpSocketConfig.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfig
UdpSocketConfig.parseFrom
(InputStream input) static UdpSocketConfig
UdpSocketConfig.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfig
UdpSocketConfig.parseFrom
(ByteBuffer data) static UdpSocketConfig
UdpSocketConfig.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type UdpSocketConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<UdpSocketConfig> UdpSocketConfig.getParserForType()
static com.google.protobuf.Parser
<UdpSocketConfig> UdpSocketConfig.parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type UdpSocketConfigModifier and TypeMethodDescriptionprivate void
UdpSocketConfig.Builder.buildPartial0
(UdpSocketConfig result) UdpSocketConfig.Builder.mergeFrom
(UdpSocketConfig other) static UdpSocketConfig.Builder
UdpSocketConfig.newBuilder
(UdpSocketConfig prototype) -
Uses of UdpSocketConfig in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as UdpSocketConfigModifier and TypeFieldDescriptionprivate UdpSocketConfig
UdpListenerConfig.Builder.downstreamSocketConfig_
private UdpSocketConfig
UdpListenerConfig.downstreamSocketConfig_
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type UdpSocketConfigModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<UdpSocketConfig, UdpSocketConfig.Builder, UdpSocketConfigOrBuilder> UdpListenerConfig.Builder.downstreamSocketConfigBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return UdpSocketConfigModifier and TypeMethodDescriptionUdpListenerConfig.Builder.getDownstreamSocketConfig()
UDP socket configuration for the listener.UdpListenerConfig.getDownstreamSocketConfig()
UDP socket configuration for the listener.UdpListenerConfigOrBuilder.getDownstreamSocketConfig()
UDP socket configuration for the listener.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type UdpSocketConfigModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<UdpSocketConfig, UdpSocketConfig.Builder, UdpSocketConfigOrBuilder> UdpListenerConfig.Builder.getDownstreamSocketConfigFieldBuilder()
UDP socket configuration for the listener.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type UdpSocketConfigModifier and TypeMethodDescriptionUdpListenerConfig.Builder.mergeDownstreamSocketConfig
(UdpSocketConfig value) UDP socket configuration for the listener.UdpListenerConfig.Builder.setDownstreamSocketConfig
(UdpSocketConfig value) UDP socket configuration for the listener.