Uses of Class
io.envoyproxy.envoy.config.core.v3.QuicKeepAliveSettings
-
Packages that use QuicKeepAliveSettings Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of QuicKeepAliveSettings in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as QuicKeepAliveSettings Modifier and Type Field Description private QuicKeepAliveSettings
QuicProtocolOptions.Builder. connectionKeepalive_
private QuicKeepAliveSettings
QuicProtocolOptions. connectionKeepalive_
private static QuicKeepAliveSettings
QuicKeepAliveSettings. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type QuicKeepAliveSettings Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<QuicKeepAliveSettings,QuicKeepAliveSettings.Builder,QuicKeepAliveSettingsOrBuilder>
QuicProtocolOptions.Builder. connectionKeepaliveBuilder_
private static com.google.protobuf.Parser<QuicKeepAliveSettings>
QuicKeepAliveSettings. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return QuicKeepAliveSettings Modifier and Type Method Description QuicKeepAliveSettings
QuicKeepAliveSettings.Builder. build()
QuicKeepAliveSettings
QuicKeepAliveSettings.Builder. buildPartial()
QuicKeepAliveSettings
QuicProtocolOptions.Builder. getConnectionKeepalive()
Probes the peer at the configured interval to solicit traffic, i.e.QuicKeepAliveSettings
QuicProtocolOptions. getConnectionKeepalive()
Probes the peer at the configured interval to solicit traffic, i.e.QuicKeepAliveSettings
QuicProtocolOptionsOrBuilder. getConnectionKeepalive()
Probes the peer at the configured interval to solicit traffic, i.e.static QuicKeepAliveSettings
QuicKeepAliveSettings. getDefaultInstance()
QuicKeepAliveSettings
QuicKeepAliveSettings.Builder. getDefaultInstanceForType()
QuicKeepAliveSettings
QuicKeepAliveSettings. getDefaultInstanceForType()
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseDelimitedFrom(java.io.InputStream input)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(byte[] data)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(com.google.protobuf.ByteString data)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(com.google.protobuf.CodedInputStream input)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(java.io.InputStream input)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QuicKeepAliveSettings
QuicKeepAliveSettings. parseFrom(java.nio.ByteBuffer data)
static QuicKeepAliveSettings
QuicKeepAliveSettings. 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 QuicKeepAliveSettings Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<QuicKeepAliveSettings,QuicKeepAliveSettings.Builder,QuicKeepAliveSettingsOrBuilder>
QuicProtocolOptions.Builder. getConnectionKeepaliveFieldBuilder()
Probes the peer at the configured interval to solicit traffic, i.e.com.google.protobuf.Parser<QuicKeepAliveSettings>
QuicKeepAliveSettings. getParserForType()
static com.google.protobuf.Parser<QuicKeepAliveSettings>
QuicKeepAliveSettings. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type QuicKeepAliveSettings Modifier and Type Method Description private void
QuicKeepAliveSettings.Builder. buildPartial0(QuicKeepAliveSettings result)
QuicProtocolOptions.Builder
QuicProtocolOptions.Builder. mergeConnectionKeepalive(QuicKeepAliveSettings value)
Probes the peer at the configured interval to solicit traffic, i.e.QuicKeepAliveSettings.Builder
QuicKeepAliveSettings.Builder. mergeFrom(QuicKeepAliveSettings other)
static QuicKeepAliveSettings.Builder
QuicKeepAliveSettings. newBuilder(QuicKeepAliveSettings prototype)
QuicProtocolOptions.Builder
QuicProtocolOptions.Builder. setConnectionKeepalive(QuicKeepAliveSettings value)
Probes the peer at the configured interval to solicit traffic, i.e.
-