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 UdpSocketConfigUdpSocketConfig.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type UdpSocketConfigModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<UdpSocketConfig> UdpSocketConfig.PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return UdpSocketConfigModifier and TypeMethodDescriptionUdpSocketConfig.Builder.build()UdpSocketConfig.Builder.buildPartial()static UdpSocketConfigUdpSocketConfig.getDefaultInstance()UdpSocketConfig.Builder.getDefaultInstanceForType()UdpSocketConfig.getDefaultInstanceForType()static UdpSocketConfigUdpSocketConfig.parseDelimitedFrom(InputStream input) static UdpSocketConfigUdpSocketConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfigUdpSocketConfig.parseFrom(byte[] data) static UdpSocketConfigUdpSocketConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfigUdpSocketConfig.parseFrom(com.google.protobuf.ByteString data) static UdpSocketConfigUdpSocketConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfigUdpSocketConfig.parseFrom(com.google.protobuf.CodedInputStream input) static UdpSocketConfigUdpSocketConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfigUdpSocketConfig.parseFrom(InputStream input) static UdpSocketConfigUdpSocketConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UdpSocketConfigUdpSocketConfig.parseFrom(ByteBuffer data) static UdpSocketConfigUdpSocketConfig.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 voidUdpSocketConfig.Builder.buildPartial0(UdpSocketConfig result) UdpSocketConfig.Builder.mergeFrom(UdpSocketConfig other) static UdpSocketConfig.BuilderUdpSocketConfig.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 UdpSocketConfigUdpListenerConfig.Builder.downstreamSocketConfig_private UdpSocketConfigUdpListenerConfig.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.