public class BandwidthTLV extends PCEPTLV
| Modifier and Type | Field and Description |
|---|---|
float |
bw
Bandwidth (32 bits): The requested bandwidth is encoded in 32 bits
in IEEE floating point format (see [IEEE.754.1985]), expressed in
bytes per second.
|
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
BandwidthTLV() |
BandwidthTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode() |
void |
encode()
Encodes the maximum Request Time TLV.
|
float |
getBw() |
void |
setBw(float bw) |
encodeHeader, equals, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, hashCode, setTlv_bytes, setTLVType, setTLVValueLengthpublic float bw
public BandwidthTLV()
public BandwidthTLV(byte[] bytes,
int offset)
throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionCopyright © 2016. All rights reserved.