public class RequestInfoTLV extends PCEPTLV
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength| Constructor and Description |
|---|
RequestInfoTLV() |
RequestInfoTLV(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode() |
void |
encode() |
boolean |
equals(Object obj) |
Inet4Address |
getIPv4Address() |
long |
getRequestId() |
int |
hashCode() |
void |
setIPv4Address(Inet4Address iPv4Address) |
void |
setRequestId(long requestId) |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLengthpublic RequestInfoTLV()
public RequestInfoTLV(byte[] bytes,
int offset)
throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic void decode()
throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic Inet4Address getIPv4Address()
public void setIPv4Address(Inet4Address iPv4Address)
public long getRequestId()
public void setRequestId(long requestId)
Copyright © 2016. All rights reserved.