| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2 | |
| io.envoyproxy.envoy.api.v2.core |
| Modifier and Type | Method and Description |
|---|---|
TcpKeepalive |
UpstreamConnectionOptionsOrBuilder.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 |
UpstreamConnectionOptions.Builder.getTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
TcpKeepalive |
TcpKeepalive.Builder.build() |
TcpKeepalive |
TcpKeepalive.Builder.buildPartial() |
static TcpKeepalive |
TcpKeepalive.getDefaultInstance() |
TcpKeepalive |
TcpKeepalive.getDefaultInstanceForType() |
TcpKeepalive |
TcpKeepalive.Builder.getDefaultInstanceForType() |
static TcpKeepalive |
TcpKeepalive.parseDelimitedFrom(InputStream input) |
static TcpKeepalive |
TcpKeepalive.parseDelimitedFrom(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(ByteBuffer data) |
static TcpKeepalive |
TcpKeepalive.parseFrom(ByteBuffer 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(InputStream input) |
static TcpKeepalive |
TcpKeepalive.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TcpKeepalive> |
TcpKeepalive.getParserForType() |
static com.google.protobuf.Parser<TcpKeepalive> |
TcpKeepalive.parser() |
| Modifier and Type | Method and Description |
|---|---|
TcpKeepalive.Builder |
TcpKeepalive.Builder.mergeFrom(TcpKeepalive other) |
static TcpKeepalive.Builder |
TcpKeepalive.newBuilder(TcpKeepalive prototype) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.