Uses of Class
io.envoyproxy.envoy.config.core.v3.KeepaliveSettings
-
Packages that use KeepaliveSettings Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of KeepaliveSettings in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as KeepaliveSettings Modifier and Type Field Description private KeepaliveSettings
Http2ProtocolOptions.Builder. connectionKeepalive_
private KeepaliveSettings
Http2ProtocolOptions. connectionKeepalive_
private static KeepaliveSettings
KeepaliveSettings. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeepaliveSettings Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<KeepaliveSettings,KeepaliveSettings.Builder,KeepaliveSettingsOrBuilder>
Http2ProtocolOptions.Builder. connectionKeepaliveBuilder_
private static com.google.protobuf.Parser<KeepaliveSettings>
KeepaliveSettings. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return KeepaliveSettings Modifier and Type Method Description KeepaliveSettings
KeepaliveSettings.Builder. build()
KeepaliveSettings
KeepaliveSettings.Builder. buildPartial()
KeepaliveSettings
Http2ProtocolOptions.Builder. getConnectionKeepalive()
Send HTTP/2 PING frames to verify that the connection is still healthy.KeepaliveSettings
Http2ProtocolOptions. getConnectionKeepalive()
Send HTTP/2 PING frames to verify that the connection is still healthy.KeepaliveSettings
Http2ProtocolOptionsOrBuilder. getConnectionKeepalive()
Send HTTP/2 PING frames to verify that the connection is still healthy.static KeepaliveSettings
KeepaliveSettings. getDefaultInstance()
KeepaliveSettings
KeepaliveSettings.Builder. getDefaultInstanceForType()
KeepaliveSettings
KeepaliveSettings. getDefaultInstanceForType()
static KeepaliveSettings
KeepaliveSettings. parseDelimitedFrom(java.io.InputStream input)
static KeepaliveSettings
KeepaliveSettings. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeepaliveSettings
KeepaliveSettings. parseFrom(byte[] data)
static KeepaliveSettings
KeepaliveSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeepaliveSettings
KeepaliveSettings. parseFrom(com.google.protobuf.ByteString data)
static KeepaliveSettings
KeepaliveSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeepaliveSettings
KeepaliveSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static KeepaliveSettings
KeepaliveSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeepaliveSettings
KeepaliveSettings. parseFrom(java.io.InputStream input)
static KeepaliveSettings
KeepaliveSettings. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KeepaliveSettings
KeepaliveSettings. parseFrom(java.nio.ByteBuffer data)
static KeepaliveSettings
KeepaliveSettings. 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 KeepaliveSettings Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<KeepaliveSettings,KeepaliveSettings.Builder,KeepaliveSettingsOrBuilder>
Http2ProtocolOptions.Builder. getConnectionKeepaliveFieldBuilder()
Send HTTP/2 PING frames to verify that the connection is still healthy.com.google.protobuf.Parser<KeepaliveSettings>
KeepaliveSettings. getParserForType()
static com.google.protobuf.Parser<KeepaliveSettings>
KeepaliveSettings. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeepaliveSettings Modifier and Type Method Description private void
KeepaliveSettings.Builder. buildPartial0(KeepaliveSettings result)
Http2ProtocolOptions.Builder
Http2ProtocolOptions.Builder. mergeConnectionKeepalive(KeepaliveSettings value)
Send HTTP/2 PING frames to verify that the connection is still healthy.KeepaliveSettings.Builder
KeepaliveSettings.Builder. mergeFrom(KeepaliveSettings other)
static KeepaliveSettings.Builder
KeepaliveSettings. newBuilder(KeepaliveSettings prototype)
Http2ProtocolOptions.Builder
Http2ProtocolOptions.Builder. setConnectionKeepalive(KeepaliveSettings value)
Send HTTP/2 PING frames to verify that the connection is still healthy.
-