Uses of Class
io.envoyproxy.envoy.config.core.v3.UdpSocketConfig
Packages that use UdpSocketConfig
-
Uses of UdpSocketConfig in io.envoyproxy.envoy.config.core.v3
Methods 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 TypeMethodDescriptionUdpSocketConfig.Builder.mergeFrom(UdpSocketConfig other) static UdpSocketConfig.BuilderUdpSocketConfig.newBuilder(UdpSocketConfig prototype) -
Uses of UdpSocketConfig in io.envoyproxy.envoy.config.listener.v3
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 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.