public class PCEPInitiate extends PCEPMessage
Modifier and Type | Field and Description |
---|---|
protected LinkedList<PCEPIntiatedLSP> |
pcepIntiatedLSPList |
messageBytes
Constructor and Description |
---|
PCEPInitiate() |
PCEPInitiate(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
void |
encode() |
boolean |
equals(Object obj) |
LinkedList<PCEPIntiatedLSP> |
getPcepIntiatedLSPList() |
int |
hashCode() |
void |
setPcepIntiatedLSPList(LinkedList<PCEPIntiatedLSP> pcepIntiatedLSPList) |
String |
toString() |
encodeHeader, getBytes, getLength, getMessageType, getMessageType, getVer, setMessageLength, setMessageType
protected LinkedList<PCEPIntiatedLSP> pcepIntiatedLSPList
public PCEPInitiate()
public PCEPInitiate(byte[] bytes) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public LinkedList<PCEPIntiatedLSP> getPcepIntiatedLSPList()
public void setPcepIntiatedLSPList(LinkedList<PCEPIntiatedLSP> pcepIntiatedLSPList)
public int hashCode()
hashCode
in class PCEPMessage
public boolean equals(Object obj)
equals
in class PCEPMessage
Copyright © 2016. All rights reserved.