public static final class AddressOuterClass.TcpKeepalive extends com.google.protobuf.GeneratedMessageV3 implements AddressOuterClass.TcpKeepaliveOrBuilder
envoy.api.v2.core.TcpKeepalive| Modifier and Type | Class and Description |
|---|---|
static class |
AddressOuterClass.TcpKeepalive.Builder
Protobuf type
envoy.api.v2.core.TcpKeepalive |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
KEEPALIVE_INTERVAL_FIELD_NUMBER |
static int |
KEEPALIVE_PROBES_FIELD_NUMBER |
static int |
KEEPALIVE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AddressOuterClass.TcpKeepalive |
getDefaultInstance() |
AddressOuterClass.TcpKeepalive |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.UInt32Value |
getKeepaliveInterval()
The number of seconds between keep-alive probes.
|
com.google.protobuf.UInt32ValueOrBuilder |
getKeepaliveIntervalOrBuilder()
The number of seconds between keep-alive probes.
|
com.google.protobuf.UInt32Value |
getKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding
the connection is dead.
|
com.google.protobuf.UInt32ValueOrBuilder |
getKeepaliveProbesOrBuilder()
Maximum number of keepalive probes to send without response before deciding
the connection is dead.
|
com.google.protobuf.UInt32Value |
getKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes
start being sent.
|
com.google.protobuf.UInt32ValueOrBuilder |
getKeepaliveTimeOrBuilder()
The number of seconds a connection needs to be idle before keep-alive probes
start being sent.
|
com.google.protobuf.Parser<AddressOuterClass.TcpKeepalive> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasKeepaliveInterval()
The number of seconds between keep-alive probes.
|
boolean |
hasKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding
the connection is dead.
|
boolean |
hasKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes
start being sent.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AddressOuterClass.TcpKeepalive.Builder |
newBuilder() |
static AddressOuterClass.TcpKeepalive.Builder |
newBuilder(AddressOuterClass.TcpKeepalive prototype) |
AddressOuterClass.TcpKeepalive.Builder |
newBuilderForType() |
protected AddressOuterClass.TcpKeepalive.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AddressOuterClass.TcpKeepalive |
parseDelimitedFrom(InputStream input) |
static AddressOuterClass.TcpKeepalive |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddressOuterClass.TcpKeepalive |
parseFrom(byte[] data) |
static AddressOuterClass.TcpKeepalive |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddressOuterClass.TcpKeepalive |
parseFrom(ByteBuffer data) |
static AddressOuterClass.TcpKeepalive |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddressOuterClass.TcpKeepalive |
parseFrom(com.google.protobuf.ByteString data) |
static AddressOuterClass.TcpKeepalive |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddressOuterClass.TcpKeepalive |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AddressOuterClass.TcpKeepalive |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddressOuterClass.TcpKeepalive |
parseFrom(InputStream input) |
static AddressOuterClass.TcpKeepalive |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AddressOuterClass.TcpKeepalive> |
parser() |
AddressOuterClass.TcpKeepalive.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KEEPALIVE_PROBES_FIELD_NUMBER
public static final int KEEPALIVE_TIME_FIELD_NUMBER
public static final int KEEPALIVE_INTERVAL_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
.google.protobuf.UInt32Value keepalive_probes = 1;hasKeepaliveProbes in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic com.google.protobuf.UInt32Value getKeepaliveProbes()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
.google.protobuf.UInt32Value keepalive_probes = 1;getKeepaliveProbes in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getKeepaliveProbesOrBuilder()
Maximum number of keepalive probes to send without response before deciding the connection is dead. Default is to use the OS level configuration (unless overridden, Linux defaults to 9.)
.google.protobuf.UInt32Value keepalive_probes = 1;getKeepaliveProbesOrBuilder in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic boolean hasKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)
.google.protobuf.UInt32Value keepalive_time = 2;hasKeepaliveTime in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic com.google.protobuf.UInt32Value getKeepaliveTime()
The number of seconds a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)
.google.protobuf.UInt32Value keepalive_time = 2;getKeepaliveTime in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getKeepaliveTimeOrBuilder()
The number of seconds a connection needs to be idle before keep-alive probes start being sent. Default is to use the OS level configuration (unless overridden, Linux defaults to 7200s (ie 2 hours.)
.google.protobuf.UInt32Value keepalive_time = 2;getKeepaliveTimeOrBuilder in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic boolean hasKeepaliveInterval()
The number of seconds between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.UInt32Value keepalive_interval = 3;hasKeepaliveInterval in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic com.google.protobuf.UInt32Value getKeepaliveInterval()
The number of seconds between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.UInt32Value keepalive_interval = 3;getKeepaliveInterval in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic com.google.protobuf.UInt32ValueOrBuilder getKeepaliveIntervalOrBuilder()
The number of seconds between keep-alive probes. Default is to use the OS level configuration (unless overridden, Linux defaults to 75s.)
.google.protobuf.UInt32Value keepalive_interval = 3;getKeepaliveIntervalOrBuilder in interface AddressOuterClass.TcpKeepaliveOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AddressOuterClass.TcpKeepalive parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(InputStream input) throws IOException
IOExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AddressOuterClass.TcpKeepalive parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AddressOuterClass.TcpKeepalive parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AddressOuterClass.TcpKeepalive parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AddressOuterClass.TcpKeepalive.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AddressOuterClass.TcpKeepalive.Builder newBuilder()
public static AddressOuterClass.TcpKeepalive.Builder newBuilder(AddressOuterClass.TcpKeepalive prototype)
public AddressOuterClass.TcpKeepalive.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AddressOuterClass.TcpKeepalive.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AddressOuterClass.TcpKeepalive getDefaultInstance()
public static com.google.protobuf.Parser<AddressOuterClass.TcpKeepalive> parser()
public com.google.protobuf.Parser<AddressOuterClass.TcpKeepalive> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AddressOuterClass.TcpKeepalive getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 WSO2. All rights reserved.