Uses of Class
io.envoyproxy.envoy.api.v2.core.TcpKeepalive
-
Packages that use TcpKeepalive Package Description io.envoyproxy.envoy.api.v2 io.envoyproxy.envoy.api.v2.core -
-
Uses of TcpKeepalive in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return TcpKeepalive Modifier and Type Method Description TcpKeepaliveUpstreamConnectionOptions.Builder. getTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.TcpKeepaliveUpstreamConnectionOptions. getTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.TcpKeepaliveUpstreamConnectionOptionsOrBuilder. getTcpKeepalive()If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Methods in io.envoyproxy.envoy.api.v2 with parameters of type TcpKeepalive Modifier and Type Method Description UpstreamConnectionOptions.BuilderUpstreamConnectionOptions.Builder. mergeTcpKeepalive(TcpKeepalive value)If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.BuilderUpstreamConnectionOptions.Builder. setTcpKeepalive(TcpKeepalive value)If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives. -
Uses of TcpKeepalive in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return TcpKeepalive Modifier and Type Method Description TcpKeepaliveTcpKeepalive.Builder. build()TcpKeepaliveTcpKeepalive.Builder. buildPartial()static TcpKeepaliveTcpKeepalive. getDefaultInstance()TcpKeepaliveTcpKeepalive.Builder. getDefaultInstanceForType()TcpKeepaliveTcpKeepalive. 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.api.v2.core that return types with arguments of type TcpKeepalive Modifier and Type Method Description com.google.protobuf.Parser<TcpKeepalive>TcpKeepalive. getParserForType()static com.google.protobuf.Parser<TcpKeepalive>TcpKeepalive. parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type TcpKeepalive Modifier and Type Method Description TcpKeepalive.BuilderTcpKeepalive.Builder. mergeFrom(TcpKeepalive other)static TcpKeepalive.BuilderTcpKeepalive. newBuilder(TcpKeepalive prototype)
-