Uses of Class
io.envoyproxy.envoy.config.core.v3.TcpKeepalive
-
Packages that use TcpKeepalive Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 -
-
Uses of TcpKeepalive in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as TcpKeepalive Modifier and Type Field Description private TcpKeepalive
UpstreamConnectionOptions.Builder. tcpKeepalive_
private TcpKeepalive
UpstreamConnectionOptions. tcpKeepalive_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type TcpKeepalive Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<TcpKeepalive,TcpKeepalive.Builder,TcpKeepaliveOrBuilder>
UpstreamConnectionOptions.Builder. tcpKeepaliveBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return TcpKeepalive Modifier and Type Method Description TcpKeepalive
UpstreamConnectionOptions.Builder. getTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.TcpKeepalive
UpstreamConnectionOptions. getTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.TcpKeepalive
UpstreamConnectionOptionsOrBuilder. getTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type TcpKeepalive Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<TcpKeepalive,TcpKeepalive.Builder,TcpKeepaliveOrBuilder>
UpstreamConnectionOptions.Builder. getTcpKeepaliveFieldBuilder()
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 Modifier and Type Method Description UpstreamConnectionOptions.Builder
UpstreamConnectionOptions.Builder. mergeTcpKeepalive(TcpKeepalive value)
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.UpstreamConnectionOptions.Builder
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
Fields in io.envoyproxy.envoy.config.core.v3 declared as TcpKeepalive Modifier and Type Field Description private static TcpKeepalive
TcpKeepalive. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type TcpKeepalive Modifier and Type Field Description private static com.google.protobuf.Parser<TcpKeepalive>
TcpKeepalive. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return TcpKeepalive Modifier and Type Method Description TcpKeepalive
TcpKeepalive.Builder. build()
TcpKeepalive
TcpKeepalive.Builder. buildPartial()
static TcpKeepalive
TcpKeepalive. getDefaultInstance()
TcpKeepalive
TcpKeepalive.Builder. getDefaultInstanceForType()
TcpKeepalive
TcpKeepalive. getDefaultInstanceForType()
static TcpKeepalive
TcpKeepalive. parseDelimitedFrom(java.io.InputStream input)
static TcpKeepalive
TcpKeepalive. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TcpKeepalive
TcpKeepalive. parseFrom(byte[] data)
static TcpKeepalive
TcpKeepalive. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TcpKeepalive
TcpKeepalive. parseFrom(com.google.protobuf.ByteString data)
static TcpKeepalive
TcpKeepalive. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TcpKeepalive
TcpKeepalive. parseFrom(com.google.protobuf.CodedInputStream input)
static TcpKeepalive
TcpKeepalive. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TcpKeepalive
TcpKeepalive. parseFrom(java.io.InputStream input)
static TcpKeepalive
TcpKeepalive. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TcpKeepalive
TcpKeepalive. parseFrom(java.nio.ByteBuffer data)
static TcpKeepalive
TcpKeepalive. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 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.config.core.v3 with parameters of type TcpKeepalive Modifier and Type Method Description private void
TcpKeepalive.Builder. buildPartial0(TcpKeepalive result)
TcpKeepalive.Builder
TcpKeepalive.Builder. mergeFrom(TcpKeepalive other)
static TcpKeepalive.Builder
TcpKeepalive. newBuilder(TcpKeepalive prototype)
-