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 KeepaliveSettingsHttp2ProtocolOptions.Builder. connectionKeepalive_private KeepaliveSettingsHttp2ProtocolOptions. connectionKeepalive_private static KeepaliveSettingsKeepaliveSettings. DEFAULT_INSTANCEFields 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. PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return KeepaliveSettings Modifier and Type Method Description KeepaliveSettingsKeepaliveSettings.Builder. build()KeepaliveSettingsKeepaliveSettings.Builder. buildPartial()KeepaliveSettingsHttp2ProtocolOptions.Builder. getConnectionKeepalive()Send HTTP/2 PING frames to verify that the connection is still healthy.KeepaliveSettingsHttp2ProtocolOptions. getConnectionKeepalive()Send HTTP/2 PING frames to verify that the connection is still healthy.KeepaliveSettingsHttp2ProtocolOptionsOrBuilder. getConnectionKeepalive()Send HTTP/2 PING frames to verify that the connection is still healthy.static KeepaliveSettingsKeepaliveSettings. getDefaultInstance()KeepaliveSettingsKeepaliveSettings.Builder. getDefaultInstanceForType()KeepaliveSettingsKeepaliveSettings. getDefaultInstanceForType()static KeepaliveSettingsKeepaliveSettings. parseDelimitedFrom(java.io.InputStream input)static KeepaliveSettingsKeepaliveSettings. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeepaliveSettingsKeepaliveSettings. parseFrom(byte[] data)static KeepaliveSettingsKeepaliveSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeepaliveSettingsKeepaliveSettings. parseFrom(com.google.protobuf.ByteString data)static KeepaliveSettingsKeepaliveSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeepaliveSettingsKeepaliveSettings. parseFrom(com.google.protobuf.CodedInputStream input)static KeepaliveSettingsKeepaliveSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeepaliveSettingsKeepaliveSettings. parseFrom(java.io.InputStream input)static KeepaliveSettingsKeepaliveSettings. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeepaliveSettingsKeepaliveSettings. parseFrom(java.nio.ByteBuffer data)static KeepaliveSettingsKeepaliveSettings. 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 voidKeepaliveSettings.Builder. buildPartial0(KeepaliveSettings result)Http2ProtocolOptions.BuilderHttp2ProtocolOptions.Builder. mergeConnectionKeepalive(KeepaliveSettings value)Send HTTP/2 PING frames to verify that the connection is still healthy.KeepaliveSettings.BuilderKeepaliveSettings.Builder. mergeFrom(KeepaliveSettings other)static KeepaliveSettings.BuilderKeepaliveSettings. newBuilder(KeepaliveSettings prototype)Http2ProtocolOptions.BuilderHttp2ProtocolOptions.Builder. setConnectionKeepalive(KeepaliveSettings value)Send HTTP/2 PING frames to verify that the connection is still healthy.
-