QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.clear() |
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.clearInitialInterval() |
The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.clearMaxInterval() |
The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).
|
QuicKeepAliveSettings.Builder |
QuicProtocolOptions.Builder.getConnectionKeepaliveBuilder() |
Probes the peer at the configured interval to solicit traffic, i.e.
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.mergeFrom(com.google.protobuf.Message other) |
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.mergeFrom(QuicKeepAliveSettings other) |
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.mergeInitialInterval(com.google.protobuf.Duration value) |
The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.mergeMaxInterval(com.google.protobuf.Duration value) |
The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).
|
static QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.newBuilder() |
|
static QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.newBuilder(QuicKeepAliveSettings prototype) |
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.newBuilderForType() |
|
protected QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.setInitialInterval(com.google.protobuf.Duration value) |
The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.setInitialInterval(com.google.protobuf.Duration.Builder builderForValue) |
The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.setMaxInterval(com.google.protobuf.Duration value) |
The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.Builder.setMaxInterval(com.google.protobuf.Duration.Builder builderForValue) |
The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).
|
QuicKeepAliveSettings.Builder |
QuicKeepAliveSettings.toBuilder() |
|