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
Methods 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(InputStream input)static KeepaliveSettingsKeepaliveSettings. parseDelimitedFrom(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(InputStream input)static KeepaliveSettingsKeepaliveSettings. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static KeepaliveSettingsKeepaliveSettings. parseFrom(ByteBuffer data)static KeepaliveSettingsKeepaliveSettings. parseFrom(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 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 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.
-