| Modifier and Type | Method and Description |
|---|---|
BfdPacket.Builder |
BfdPacket.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BfdPacket.Builder |
BfdPacket.Builder.clear() |
BfdPacket.Builder |
BfdPacket.Builder.clearAuthenticationPresent()
The Authentication Present bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearControlPlaneIndependent()
The Control Plane Independent bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearDemand()
The demand bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearDiagnostic()
The diagnostic code specifies the local system's reason for the last change in session state.
|
BfdPacket.Builder |
BfdPacket.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BfdPacket.Builder |
BfdPacket.Builder.clearFinal()
The Final bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearLength()
The length of the BFD Control packet in bytes.
|
BfdPacket.Builder |
BfdPacket.Builder.clearMinEchoRxIntervalMs()
The Required Min Echo RX Interval value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearMinRxIntervalMs()
The Required Min RX Interval value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearMinTxIntervalMs()
The Desired Min TX Interval value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearMultiplier()
The detection time multiplier of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearMultipoint()
The multipoint bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearMyDiscriminator()
The My Discriminator value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BfdPacket.Builder |
BfdPacket.Builder.clearPoll()
The Poll bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clearState()
The current BFD session state as seen by the transmitting system.
|
BfdPacket.Builder |
BfdPacket.Builder.clearVersion()
The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
|
BfdPacket.Builder |
BfdPacket.Builder.clearYourDiscriminator()
The Your Discriminator value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.clone() |
BfdPacket.Builder |
BfdStatus.Builder.getRxPacketBuilder()
The most recent Rx control packet for this BFD session.
|
BfdPacket.Builder |
BfdStatus.Builder.getTxPacketBuilder()
The most recent Tx control packet for this BFD session.
|
BfdPacket.Builder |
BfdPacket.Builder.mergeFrom(BfdPacket other) |
BfdPacket.Builder |
BfdPacket.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BfdPacket.Builder |
BfdPacket.Builder.mergeFrom(com.google.protobuf.Message other) |
BfdPacket.Builder |
BfdPacket.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BfdPacket.Builder |
BfdPacket.newBuilder() |
static BfdPacket.Builder |
BfdPacket.newBuilder(BfdPacket prototype) |
BfdPacket.Builder |
BfdPacket.newBuilderForType() |
protected BfdPacket.Builder |
BfdPacket.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BfdPacket.Builder |
BfdPacket.Builder.setAuthenticationPresent(boolean value)
The Authentication Present bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setControlPlaneIndependent(boolean value)
The Control Plane Independent bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setDemand(boolean value)
The demand bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setDiagnostic(String value)
The diagnostic code specifies the local system's reason for the last change in session state.
|
BfdPacket.Builder |
BfdPacket.Builder.setDiagnosticBytes(com.google.protobuf.ByteString value)
The diagnostic code specifies the local system's reason for the last change in session state.
|
BfdPacket.Builder |
BfdPacket.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BfdPacket.Builder |
BfdPacket.Builder.setFinal(boolean value)
The Final bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setLength(int value)
The length of the BFD Control packet in bytes.
|
BfdPacket.Builder |
BfdPacket.Builder.setMinEchoRxIntervalMs(int value)
The Required Min Echo RX Interval value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setMinRxIntervalMs(int value)
The Required Min RX Interval value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setMinTxIntervalMs(int value)
The Desired Min TX Interval value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setMultiplier(int value)
The detection time multiplier of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setMultipoint(boolean value)
The multipoint bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setMyDiscriminator(int value)
The My Discriminator value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setPoll(boolean value)
The Poll bit of the BFD packet.
|
BfdPacket.Builder |
BfdPacket.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BfdPacket.Builder |
BfdPacket.Builder.setState(String value)
The current BFD session state as seen by the transmitting system.
|
BfdPacket.Builder |
BfdPacket.Builder.setStateBytes(com.google.protobuf.ByteString value)
The current BFD session state as seen by the transmitting system.
|
BfdPacket.Builder |
BfdPacket.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BfdPacket.Builder |
BfdPacket.Builder.setVersion(int value)
The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
|
BfdPacket.Builder |
BfdPacket.Builder.setYourDiscriminator(int value)
The Your Discriminator value in the BFD packet.
|
BfdPacket.Builder |
BfdPacket.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BfdStatus.Builder |
BfdStatus.Builder.setRxPacket(BfdPacket.Builder builderForValue)
The most recent Rx control packet for this BFD session.
|
BfdStatus.Builder |
BfdStatus.Builder.setTxPacket(BfdPacket.Builder builderForValue)
The most recent Tx control packet for this BFD session.
|
Copyright © 2023 Google LLC. All rights reserved.