public class MaxReservableBandwidthLinkAttribTLV extends BGP4TLVFormat
| Modifier and Type | Field and Description |
|---|---|
float |
maximumReservableBandwidth |
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
MaxReservableBandwidthLinkAttribTLV() |
MaxReservableBandwidthLinkAttribTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode() |
void |
encode() |
float |
getMaximumReservableBandwidth() |
void |
setMaximumReservableBandwidth(float maximumReservableBandwidth) |
String |
toString() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic MaxReservableBandwidthLinkAttribTLV()
public MaxReservableBandwidthLinkAttribTLV(byte[] bytes,
int offset)
public void encode()
encode in class BGP4TLVFormatprotected void decode()
public void setMaximumReservableBandwidth(float maximumReservableBandwidth)
public float getMaximumReservableBandwidth()
Copyright © 2016. All rights reserved.