public class XifiEndPointTLV extends PCEPTLV
log, tlv_bytes, TLVType, TLVValueLength, TotalTLVLength
Constructor and Description |
---|
XifiEndPointTLV() |
XifiEndPointTLV(byte[] bytes,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode() |
String |
getMac() |
int |
getPort() |
String |
getSwitchID() |
void |
setMac(String mac) |
void |
setPort(int port) |
void |
setSwitchID(String switchID) |
encodeHeader, equals, getTlv_bytes, getTLVLength, getTLVType, getTLVValueLength, getTotalTLVLength, getTotalTLVLength, getType, hashCode, setTlv_bytes, setTLVType, setTLVValueLength
public XifiEndPointTLV()
public XifiEndPointTLV(byte[] bytes, int offset) throws MalformedPCEPObjectException
MalformedPCEPObjectException
public void decode() throws MalformedPCEPObjectException
MalformedPCEPObjectException
public String getSwitchID()
public void setSwitchID(String switchID)
public int getPort()
public void setPort(int port)
public String getMac()
public void setMac(String mac)
Copyright © 2016. All rights reserved.