public class DomainIDTLV extends PCEPTLV
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
DomainIDTLV() |
DomainIDTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode()
Encodes the Domain Id TLV
|
boolean |
equals(Object obj) |
Inet4Address |
getDomainId() |
int |
getDomainType() |
int |
hashCode() |
void |
setDomainId(Inet4Address domainId) |
void |
setDomainType(int domainType) |
String |
toString() |
encodeHeader, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, setTlv_bytes, setTLVType, setTLVValueLength
public DomainIDTLV()
public DomainIDTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public Inet4Address getDomainId()
public void setDomainId(Inet4Address domainId)
public int getDomainType()
public void setDomainType(int domainType)
Copyright © 2016. All rights reserved.