Uses of Class
io.envoyproxy.envoy.config.core.v3.TcpKeepalive.Builder
Packages that use TcpKeepalive.Builder
Package
Description
-
Uses of TcpKeepalive.Builder in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return TcpKeepalive.BuilderModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.getTcpKeepaliveBuilder()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type TcpKeepalive.BuilderModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.setTcpKeepalive(TcpKeepalive.Builder builderForValue) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives. -
Uses of TcpKeepalive.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return TcpKeepalive.BuilderModifier and TypeMethodDescriptionTcpKeepalive.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpKeepalive.Builder.clear()TcpKeepalive.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TcpKeepalive.Builder.clearKeepaliveInterval()The number of seconds between keep-alive probes.TcpKeepalive.Builder.clearKeepaliveProbes()Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.clearKeepaliveTime()The number of seconds a connection needs to be idle before keep-alive probes start being sent.TcpKeepalive.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TcpKeepalive.Builder.clone()TcpKeepalive.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpKeepalive.Builder.mergeFrom(com.google.protobuf.Message other) TcpKeepalive.Builder.mergeFrom(TcpKeepalive other) TcpKeepalive.Builder.mergeKeepaliveInterval(com.google.protobuf.UInt32Value value) The number of seconds between keep-alive probes.TcpKeepalive.Builder.mergeKeepaliveProbes(com.google.protobuf.UInt32Value value) Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.mergeKeepaliveTime(com.google.protobuf.UInt32Value value) The number of seconds a connection needs to be idle before keep-alive probes start being sent.final TcpKeepalive.BuilderTcpKeepalive.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static TcpKeepalive.BuilderTcpKeepalive.newBuilder()static TcpKeepalive.BuilderTcpKeepalive.newBuilder(TcpKeepalive prototype) TcpKeepalive.newBuilderForType()protected TcpKeepalive.BuilderTcpKeepalive.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TcpKeepalive.Builder.setKeepaliveInterval(com.google.protobuf.UInt32Value value) The number of seconds between keep-alive probes.TcpKeepalive.Builder.setKeepaliveInterval(com.google.protobuf.UInt32Value.Builder builderForValue) The number of seconds between keep-alive probes.TcpKeepalive.Builder.setKeepaliveProbes(com.google.protobuf.UInt32Value value) Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.setKeepaliveProbes(com.google.protobuf.UInt32Value.Builder builderForValue) Maximum number of keepalive probes to send without response before deciding the connection is dead.TcpKeepalive.Builder.setKeepaliveTime(com.google.protobuf.UInt32Value value) The number of seconds a connection needs to be idle before keep-alive probes start being sent.TcpKeepalive.Builder.setKeepaliveTime(com.google.protobuf.UInt32Value.Builder builderForValue) The number of seconds a connection needs to be idle before keep-alive probes start being sent.TcpKeepalive.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final TcpKeepalive.BuilderTcpKeepalive.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpKeepalive.toBuilder() -
Uses of TcpKeepalive.Builder in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return TcpKeepalive.BuilderModifier and TypeMethodDescriptionAdditionalAddress.Builder.getTcpKeepaliveBuilder()Configures TCP keepalive settings for the additional address.Listener.Builder.getTcpKeepaliveBuilder()If set, TCP keepalive settings are configured for the listener address and inherited by additional addresses.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type TcpKeepalive.BuilderModifier and TypeMethodDescriptionAdditionalAddress.Builder.setTcpKeepalive(TcpKeepalive.Builder builderForValue) Configures TCP keepalive settings for the additional address.Listener.Builder.setTcpKeepalive(TcpKeepalive.Builder builderForValue) If set, TCP keepalive settings are configured for the listener address and inherited by additional addresses.