Uses of Class
io.envoyproxy.envoy.config.core.v3.TcpKeepalive
Packages that use TcpKeepalive
Package
Description
-
Uses of TcpKeepalive in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return TcpKeepaliveModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.getTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.getTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptionsOrBuilder.getTcpKeepalive()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 TcpKeepaliveModifier and TypeMethodDescriptionUpstreamConnectionOptions.Builder.mergeTcpKeepalive(TcpKeepalive value) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.Builder.setTcpKeepalive(TcpKeepalive value) If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives. -
Uses of TcpKeepalive in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return TcpKeepaliveModifier and TypeMethodDescriptionTcpKeepalive.Builder.build()TcpKeepalive.Builder.buildPartial()static TcpKeepaliveTcpKeepalive.getDefaultInstance()TcpKeepalive.Builder.getDefaultInstanceForType()TcpKeepalive.getDefaultInstanceForType()static TcpKeepaliveTcpKeepalive.parseDelimitedFrom(InputStream input) static TcpKeepaliveTcpKeepalive.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpKeepaliveTcpKeepalive.parseFrom(byte[] data) static TcpKeepaliveTcpKeepalive.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpKeepaliveTcpKeepalive.parseFrom(com.google.protobuf.ByteString data) static TcpKeepaliveTcpKeepalive.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpKeepaliveTcpKeepalive.parseFrom(com.google.protobuf.CodedInputStream input) static TcpKeepaliveTcpKeepalive.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpKeepaliveTcpKeepalive.parseFrom(InputStream input) static TcpKeepaliveTcpKeepalive.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TcpKeepaliveTcpKeepalive.parseFrom(ByteBuffer data) static TcpKeepaliveTcpKeepalive.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type TcpKeepaliveModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TcpKeepalive>TcpKeepalive.getParserForType()static com.google.protobuf.Parser<TcpKeepalive>TcpKeepalive.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type TcpKeepaliveModifier and TypeMethodDescriptionTcpKeepalive.Builder.mergeFrom(TcpKeepalive other) static TcpKeepalive.BuilderTcpKeepalive.newBuilder(TcpKeepalive prototype) -
Uses of TcpKeepalive in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return TcpKeepaliveModifier and TypeMethodDescriptionAdditionalAddress.Builder.getTcpKeepalive()Configures TCP keepalive settings for the additional address.AdditionalAddress.getTcpKeepalive()Configures TCP keepalive settings for the additional address.AdditionalAddressOrBuilder.getTcpKeepalive()Configures TCP keepalive settings for the additional address.Listener.Builder.getTcpKeepalive()If set, TCP keepalive settings are configured for the listener address and inherited by additional addresses.Listener.getTcpKeepalive()If set, TCP keepalive settings are configured for the listener address and inherited by additional addresses.ListenerOrBuilder.getTcpKeepalive()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 TcpKeepaliveModifier and TypeMethodDescriptionAdditionalAddress.Builder.mergeTcpKeepalive(TcpKeepalive value) Configures TCP keepalive settings for the additional address.Listener.Builder.mergeTcpKeepalive(TcpKeepalive value) If set, TCP keepalive settings are configured for the listener address and inherited by additional addresses.AdditionalAddress.Builder.setTcpKeepalive(TcpKeepalive value) Configures TCP keepalive settings for the additional address.Listener.Builder.setTcpKeepalive(TcpKeepalive value) If set, TCP keepalive settings are configured for the listener address and inherited by additional addresses.